|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.sbml.SBase
org.sigpath.bioimport.sbml.Rule
org.sigpath.bioimport.sbml.AssignmentRule
public class AssignmentRule
Class AssignmentRule.
| Constructor Summary | |
|---|---|
AssignmentRule()
|
|
| Method Summary | |
|---|---|
String |
getVariable()
Returns the value of field 'variable'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setVariable(String variable)
Sets the value of field 'variable'. |
static SBase |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class org.sigpath.bioimport.sbml.SBase |
|---|
getAnnotation, getMetaid, getNotes, setAnnotation, setMetaid, setNotes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssignmentRule()
| Method Detail |
|---|
public String getVariable()
public boolean isValid()
isValid in class Rule
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic void setVariable(String variable)
variable - the value of field 'variable'.
public static SBase unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
validate in class RuleValidationException
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||