Class SBMLGeneProduct

java.lang.Object
org.episteme.natural.biology.loaders.sbml.SBMLGeneProduct

public class SBMLGeneProduct extends Object
Represents a gene product from the FBC extension.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • SBMLGeneProduct

      public SBMLGeneProduct()
  • Method Details

    • getMetaId

      public String getMetaId()
    • setMetaId

      public void setMetaId(String metaId)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • toString

      public String toString()
      Overrides:
      toString in class Object