메소드 |
설명 |
|
Dispose ( ) : void |
|
|
Rule ( Rule orig ) : System |
|
|
clone ( ) : Rule |
|
|
containsUndeclaredUnits ( ) : bool |
|
|
divideAssignmentsToSIdByFunction ( string id, ASTNode function ) : void |
|
|
getDerivedUnitDefinition ( ) : UnitDefinition |
|
|
getElementName ( ) : string |
|
|
getFormula ( ) : string |
|
|
getId ( ) : string |
|
|
getL1TypeCode ( ) : int |
|
|
getMath ( ) : ASTNode |
|
|
getType ( ) : int |
|
|
getTypeCode ( ) : int |
|
|
getUnits ( ) : string |
|
|
getVariable ( ) : string |
|
|
hasRequiredAttributes ( ) : bool |
|
|
hasRequiredElements ( ) : bool |
|
|
isAlgebraic ( ) : bool |
|
|
isAssignment ( ) : bool |
|
|
isCompartmentVolume ( ) : bool |
|
|
isParameter ( ) : bool |
|
|
isRate ( ) : bool |
|
|
isScalar ( ) : bool |
|
|
isSetFormula ( ) : bool |
|
|
isSetMath ( ) : bool |
|
|
isSetUnits ( ) : bool |
|
|
isSetVariable ( ) : bool |
|
|
isSpeciesConcentration ( ) : bool |
|
|
multiplyAssignmentsToSIdByFunction ( string id, ASTNode function ) : void |
|
|
renameSIdRefs ( string oldid, string newid ) : void |
|
|
renameUnitSIdRefs ( string oldid, string newid ) : void |
|
|
replaceSIDWithFunction ( string id, ASTNode function ) : void |
|
|
setFormula ( string formula ) : int |
|
|
setL1TypeCode ( int type ) : int |
|
|
setMath ( ASTNode math ) : int |
|
|
setUnits ( string sname ) : int |
|
|
setVariable ( string sid ) : int |
|
|
unsetUnits ( ) : int |
|
|
unsetVariable ( ) : int |
|
|