C# Class ATMLModelLibrary.model.Physical

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnValueChanged ( ) : void

Private Methods

Méthode Description
IsRange ( string word ) : bool

Method Details

AddQuantity() public méthode

public AddQuantity ( QualifiedQuantity quantity ) : void
quantity QualifiedQuantity
Résultat void

AddRange() public méthode

public AddRange ( RangingInformation range ) : void
range RangingInformation
Résultat void

GetMergedRange() public méthode

public GetMergedRange ( ) : RangingInformation
Résultat RangingInformation

HasUnit() public static méthode

public static HasUnit ( string word ) : bool
word string
Résultat bool

IsConfidence() public static méthode

public static IsConfidence ( string word ) : bool
word string
Résultat bool

IsErrorLimit() public static méthode

public static IsErrorLimit ( string word ) : bool
word string
Résultat bool

IsLoad() public static méthode

public static IsLoad ( string word ) : bool
word string
Résultat bool

IsNumericExpression() public static méthode

public static IsNumericExpression ( string word ) : bool
word string
Résultat bool

IsQualifier() public static méthode

public static IsQualifier ( string word ) : bool
word string
Résultat bool

IsResolution() public static méthode

public static IsResolution ( string word ) : bool
word string
Résultat bool

NextWord() public static méthode

public static NextWord ( string sentence, string &sentenceRemainder ) : string
sentence string
sentenceRemainder string
Résultat string

OnValueChanged() protected méthode

protected OnValueChanged ( ) : void
Résultat void

Physical() public méthode

public Physical ( string value ) : System
value string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Validate() public méthode

public Validate ( ) : void
Résultat void