Method |
Description |
|
Dispose ( ) : void |
|
|
Trigger ( SBMLNamespaces sbmlns ) : System |
|
|
Trigger ( Trigger orig ) : System |
|
|
Trigger ( long level, long version ) : System |
|
|
clone ( ) : Trigger |
|
|
getElementName ( ) : string |
|
|
getInitialValue ( ) : bool |
|
|
getMath ( ) : ASTNode |
|
|
getPersistent ( ) : bool |
|
|
getTypeCode ( ) : int |
|
|
hasRequiredAttributes ( ) : bool |
|
|
hasRequiredElements ( ) : bool |
|
|
isSetInitialValue ( ) : bool |
|
|
isSetMath ( ) : bool |
|
|
isSetPersistent ( ) : bool |
|
|
removeFromParentAndDelete ( ) : int |
|
|
renameSIdRefs ( string oldid, string newid ) : void |
|
|
renameUnitSIdRefs ( string oldid, string newid ) : void |
|
|
replaceSIDWithFunction ( string id, ASTNode function ) : void |
|
|
setInitialValue ( bool initialValue ) : int |
|
|
setMath ( ASTNode math ) : int |
|
|
setPersistent ( bool persistent ) : int |
|
|
unsetInitialValue ( ) : int |
|
|
unsetPersistent ( ) : int |
|
|