C# 클래스 Canguro.Model.Serializer.ResultsDeserializer

파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 메소드들

메소드 설명
Deserialize ( XmlNode xml ) : void
ResultsDeserializer ( Canguro model ) : System

비공개 메소드들

메소드 설명
readBaseReactions ( XmlNode xml ) : void
readDataTags ( XmlNode xml, float data ) : void
readDesignConcreteBeam ( XmlNode xml ) : void
readDesignConcreteColumn ( XmlNode xml ) : void
readDesignSteelPMM ( XmlNode xml ) : void
readDesignSteelShear ( XmlNode xml ) : void
readDesignSteelSummary ( XmlNode xml ) : void
readElementJointForces ( XmlNode xml ) : void
readJointAccelerations ( XmlNode xml ) : void
readJointDisplacements ( XmlNode xml ) : void
readJointMasses ( XmlNode xml ) : void
readJointReactions ( XmlNode xml ) : void
readJointVelocities ( XmlNode xml ) : void
readModalLoadParticipation ( XmlNode xml ) : void
readModalParticipationFactors ( XmlNode xml ) : void
readModalParticipationMass ( XmlNode xml ) : void
readModalPeriods ( XmlNode xml ) : void
readResponseSpectrumModalInfo ( XmlNode xml ) : void
readResultCases ( XmlNode xml ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( XmlNode xml ) : void
xml System.Xml.XmlNode
리턴 void

ResultsDeserializer() 공개 메소드

public ResultsDeserializer ( Canguro model ) : System
model Canguro
리턴 System