Class SBMLFunctionDefinition

java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.SBMLFunctionDefinition

public class SBMLFunctionDefinition
extends Object
  • Constructor Details

    • SBMLFunctionDefinition

      public SBMLFunctionDefinition​(Graph g, String internHeadline, String presentedHeadline)
      Constructor. Initializes the graph. Use in SBML_FunctionDefinition_Reader.java
      Parameters:
      g - the graph where the information is read from
    • SBMLFunctionDefinition

      public SBMLFunctionDefinition​(Graph g, String internHeadline)
      Constructor. Initializes the graph. Use in SBML_FunctionDefinition_Writer.java
      Parameters:
      g - the graph where the information is read from
      internHeadline - the intern headline of the current Compartment
  • Method Details

    • isSetID

      public Boolean isSetID()
    • isSetName

      public Boolean isSetName()
    • isSetFunction

      public Boolean isSetFunction()
    • getID

      public String getID()
    • getName

      public String getName()
    • getFunction

      public org.sbml.jsbml.ASTNode getFunction()
    • setName

      public void setName​(String name)
    • setFunction

      public void setFunction​(String function)
    • setID

      public void setID​(String ID)
    • setNotes

      public void setNotes​(String notes, org.sbml.jsbml.xml.XMLNode notesObj)
    • setMetaID

      public void setMetaID​(String metaID)
    • setAnnotation

      public void setAnnotation​(org.sbml.jsbml.Annotation annotation)
    • setNonRDFAnnotation

      public void setNonRDFAnnotation​(org.sbml.jsbml.xml.XMLNode nonRDFAnnotation)
    • setSBOTerm

      public void setSBOTerm​(String sboTerm)