메소드 |
설명 |
|
Constraint ( Constraint orig ) : System |
|
|
Constraint ( SBMLNamespaces sbmlns ) : System |
|
|
Constraint ( long level, long version ) : System |
|
|
Dispose ( ) : void |
|
|
clone ( ) : Constraint |
|
|
getElementName ( ) : string |
|
|
getMath ( ) : ASTNode |
|
|
getMessage ( ) : XMLNode |
|
|
getMessageString ( ) : string |
|
|
getTypeCode ( ) : int |
|
|
hasRequiredElements ( ) : bool |
|
|
isSetMath ( ) : bool |
|
|
isSetMessage ( ) : bool |
|
|
renameSIdRefs ( string oldid, string newid ) : void |
|
|
renameUnitSIdRefs ( string oldid, string newid ) : void |
|
|
replaceSIDWithFunction ( string id, ASTNode function ) : void |
|
|
setMath ( ASTNode math ) : int |
|
|
setMessage ( XMLNode xhtml ) : int |
|
|
setMessage ( string message ) : int |
|
|
setMessage ( string message, bool addXHTMLMarkup ) : int |
|
|
unsetMessage ( ) : int |
|
|