|
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.Compartment
public class Compartment
Class Compartment.
| Constructor Summary | |
|---|---|
Compartment()
|
|
| Method Summary | |
|---|---|
void |
deleteConstant()
Method deleteConstant |
void |
deleteSize()
Method deleteSize |
void |
deleteSpatialDimensions()
Method deleteSpatialDimensions |
boolean |
getConstant()
Returns the value of field 'constant'. |
String |
getId()
Returns the value of field 'id'. |
String |
getName()
Returns the value of field 'name'. |
String |
getOutside()
Returns the value of field 'outside'. |
double |
getSize()
Returns the value of field 'size'. |
int |
getSpatialDimensions()
Returns the value of field 'spatialDimensions'. |
String |
getUnits()
Returns the value of field 'units'. |
boolean |
hasConstant()
Method hasConstant |
boolean |
hasSize()
Method hasSize |
boolean |
hasSpatialDimensions()
Method hasSpatialDimensions |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setConstant(boolean constant)
Sets the value of field 'constant'. |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setOutside(String outside)
Sets the value of field 'outside'. |
void |
setSize(double size)
Sets the value of field 'size'. |
void |
setSpatialDimensions(int spatialDimensions)
Sets the value of field 'spatialDimensions'. |
void |
setUnits(String units)
Sets the value of field 'units'. |
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 Compartment()
| Method Detail |
|---|
public void deleteConstant()
public void deleteSize()
public void deleteSpatialDimensions()
public boolean getConstant()
public String getId()
public String getName()
public String getOutside()
public double getSize()
public int getSpatialDimensions()
public String getUnits()
public boolean hasConstant()
public boolean hasSize()
public boolean hasSpatialDimensions()
public boolean isValid()
isValid in class SBase
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 setConstant(boolean constant)
constant - the value of field 'constant'.public void setId(String id)
id - the value of field 'id'.public void setName(String name)
name - the value of field 'name'.public void setOutside(String outside)
outside - the value of field 'outside'.public void setSize(double size)
size - the value of field 'size'.public void setSpatialDimensions(int spatialDimensions)
spatialDimensions - the value of field
'spatialDimensions'.public void setUnits(String units)
units - the value of field 'units'.
public static SBase unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
validate in class SBaseValidationException
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||