C# Class ATMLModelLibrary.model.Physical

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnValueChanged ( ) : void

Private Methods

Method Description
IsRange ( string word ) : bool

Method Details

AddQuantity() public method

public AddQuantity ( QualifiedQuantity quantity ) : void
quantity QualifiedQuantity
return void

AddRange() public method

public AddRange ( RangingInformation range ) : void
range RangingInformation
return void

GetMergedRange() public method

public GetMergedRange ( ) : RangingInformation
return RangingInformation

HasUnit() public static method

public static HasUnit ( string word ) : bool
word string
return bool

IsConfidence() public static method

public static IsConfidence ( string word ) : bool
word string
return bool

IsErrorLimit() public static method

public static IsErrorLimit ( string word ) : bool
word string
return bool

IsLoad() public static method

public static IsLoad ( string word ) : bool
word string
return bool

IsNumericExpression() public static method

public static IsNumericExpression ( string word ) : bool
word string
return bool

IsQualifier() public static method

public static IsQualifier ( string word ) : bool
word string
return bool

IsResolution() public static method

public static IsResolution ( string word ) : bool
word string
return bool

NextWord() public static method

public static NextWord ( string sentence, string &sentenceRemainder ) : string
sentence string
sentenceRemainder string
return string

OnValueChanged() protected method

protected OnValueChanged ( ) : void
return void

Physical() public method

public Physical ( string value ) : System
value string
return System

ToString() public method

public ToString ( ) : string
return string

Validate() public method

public Validate ( ) : void
return void