biouml.standard.type
Class RelationType
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.standard.type.RelationType
- public class RelationType
- extends MutableDataElementSupport
Unit to specify kinetic constat, parameter or variable units.
- pending refine the definition according CellML/SBML approach
RelationType
public RelationType(DataCollection parent, String name)
getComment
public String getComment()
getDescription
public String getDescription()
getStroke
public String getStroke()
getTitle
public String getTitle()
setComment
public void setComment(String comment)
setDescription
public void setDescription(String description)
setStroke
public void setStroke(String stroke)
setTitle
public void setTitle(String title)
to Class java.lang.String- Relation title, we preserve ID, but we can change the title.
to Class java.lang.String
- The object textual description. Can be text/plain or text/html.
to Class java.lang.String
- Arbitrary comment.
to Class java.lang.String
- JavaScript function to generate stroke for this relation.
BOTTOM