C# 클래스 ATMLModelLibrary.model.Physical

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

공개 메소드들

메소드 설명
AddQuantity ( QualifiedQuantity quantity ) : void
AddRange ( RangingInformation range ) : void
GetMergedRange ( ) : RangingInformation
HasUnit ( string word ) : bool
IsConfidence ( string word ) : bool
IsErrorLimit ( string word ) : bool
IsLoad ( string word ) : bool
IsNumericExpression ( string word ) : bool
IsQualifier ( string word ) : bool
IsResolution ( string word ) : bool
NextWord ( string sentence, string &sentenceRemainder ) : string
Physical ( string value ) : System
ToString ( ) : string
Validate ( ) : void

보호된 메소드들

메소드 설명
OnValueChanged ( ) : void

비공개 메소드들

메소드 설명
IsRange ( string word ) : bool

메소드 상세

AddQuantity() 공개 메소드

public AddQuantity ( QualifiedQuantity quantity ) : void
quantity QualifiedQuantity
리턴 void

AddRange() 공개 메소드

public AddRange ( RangingInformation range ) : void
range RangingInformation
리턴 void

GetMergedRange() 공개 메소드

public GetMergedRange ( ) : RangingInformation
리턴 RangingInformation

HasUnit() 공개 정적인 메소드

public static HasUnit ( string word ) : bool
word string
리턴 bool

IsConfidence() 공개 정적인 메소드

public static IsConfidence ( string word ) : bool
word string
리턴 bool

IsErrorLimit() 공개 정적인 메소드

public static IsErrorLimit ( string word ) : bool
word string
리턴 bool

IsLoad() 공개 정적인 메소드

public static IsLoad ( string word ) : bool
word string
리턴 bool

IsNumericExpression() 공개 정적인 메소드

public static IsNumericExpression ( string word ) : bool
word string
리턴 bool

IsQualifier() 공개 정적인 메소드

public static IsQualifier ( string word ) : bool
word string
리턴 bool

IsResolution() 공개 정적인 메소드

public static IsResolution ( string word ) : bool
word string
리턴 bool

NextWord() 공개 정적인 메소드

public static NextWord ( string sentence, string &sentenceRemainder ) : string
sentence string
sentenceRemainder string
리턴 string

OnValueChanged() 보호된 메소드

protected OnValueChanged ( ) : void
리턴 void

Physical() 공개 메소드

public Physical ( string value ) : System
value string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Validate() 공개 메소드

public Validate ( ) : void
리턴 void