|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjp.sbi.celldesigner.plugin.PluginSBase
jp.sbi.celldesigner.plugin.PluginModel
public class PluginModel
This class wraps org.sbml.libsbml.Model for the plug-in.
| Field Summary |
|---|
| Fields inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
sbase |
| Constructor Summary | |
|---|---|
PluginModel(java.lang.String id)
Constructor |
|
| Method Summary | |
|---|---|
void |
addCompartment(PluginCompartment compartment)
Adds a PluginCompartment to the list. |
void |
addEvent(PluginEvent event)
Adds the PluginEvent to the list. |
void |
addFunctionDefinition(PluginFunctionDefinition function)
Adds a PluginFunctionDefinition to the list. |
void |
addParameter(PluginParameter parameter)
Adds the PluginParameter to the list. |
void |
addReaction(PluginReaction reaction)
Adds a PluginReaction to the list. |
void |
addRule(PluginRule rule)
Adds a PluginRule to the list. |
void |
addSpecies(PluginSpecies species)
Adds a PluginSpecies to the list in this PluginModel. |
void |
addUnitDefinition(PluginUnitDefinition unit)
Adds a PluginUnitDefinition to the list. |
void |
appendProtein(PluginProtein protein)
Adds the PluginProtein to the list. |
PluginAntiSenseRNA |
getAntiSenseRNA(java.lang.String id)
Gets the PluginAntiSenseRNA with the given id. |
PluginCompartment |
getCompartment(int index)
Gets the PluginCompartment with the given index. |
PluginCompartment |
getCompartment(java.lang.String id)
Gets the PluginCompartment with the given id. |
PluginEvent |
getEvent(int index)
Gets the PluginEvent with the given index. |
PluginEvent |
getEvent(java.lang.String id)
Gets the PluginEvent with the given id. |
PluginFunctionDefinition |
getFunctionDefinition(int index)
Gets the PluginFunctionDefinition with the given index. |
PluginFunctionDefinition |
getFunctionDefinition(java.lang.String id)
Gets the PluginFunctionDefinition with the given id. |
PluginGene |
getGene(java.lang.String id)
Gets the PluginGene with the given id. |
java.lang.String |
getId()
|
PluginListOf |
getListOfAllSpeciesAlias()
|
PluginListOf |
getListOfAntiSenseRNAs()
|
PluginListOf |
getListOfCompartments()
|
PluginListOf |
getListOfEvents()
|
PluginListOf |
getListOfFunctionDefinitions()
|
PluginListOf |
getListOfGenes()
|
PluginListOf |
getListOfParameters()
|
PluginListOf |
getListOfProteins()
|
PluginListOf |
getListOfReactions()
|
PluginListOf |
getListOfRNAs()
|
PluginListOf |
getListOfRules()
|
PluginListOf |
getListOfSpecies()
|
PluginListOf |
getListOfSpecies(PluginAntiSenseRNA rna)
|
PluginListOf |
getListOfSpecies(PluginGene rna)
|
PluginListOf |
getListOfSpecies(PluginProtein rna)
Gets the list of PluginProtein added the given PluginProtein to. |
PluginListOf |
getListOfSpecies(PluginRNA rna)
|
PluginListOf |
getListOfUnitDefinitions()
|
java.lang.String |
getName()
|
int |
getNumCompartments()
|
int |
getNumEvents()
|
int |
getNumFunctionDefinitions()
|
int |
getNumParameters()
|
int |
getNumReactions()
|
int |
getNumRules()
|
int |
getNumSpecies()
|
int |
getNumUnitDefinitions()
|
PluginParameter |
getParameter(int index)
Gets the PluginParameter with the given index. |
PluginParameter |
getParameter(java.lang.String id)
Gets the PluginParameter with the given id. |
PluginSpeciesAlias |
getPluginSpeciesAlias(java.lang.String aliasID)
Gets PluginSpeciesAlias with the given id. |
PluginProtein |
getProtein(java.lang.String id)
Gets the PluginProtein with the given id. |
PluginReaction |
getReaction(int index)
Gets the PluginReaction with the given index. |
PluginReaction |
getReaction(java.lang.String id)
Gets the PluginReaction with the given id. |
PluginRNA |
getRNA(java.lang.String id)
Gets the PluginRNA with the given id. |
PluginRule |
getRule(int index)
Gets the PluginRule with the given index from the list. |
PluginSpecies |
getSpecies(int index)
Gets the PluginSpecies with the given index. |
PluginSpecies |
getSpecies(java.lang.String id)
Gets the PluginSpecies with the given id. |
PluginUnitDefinition |
getUnitDefinition(int index)
Gets the PluginUnitDefinition with the given index. |
PluginUnitDefinition |
getUnitDefinition(java.lang.String id)
Gets the PluginUnitDefinition with the given id. |
void |
removeAntiSenseRNA(int index)
Removes the PluginAntiSenseRNA with the given index from the list. |
void |
removeAntiSenseRNA(PluginAntiSenseRNA rna)
Removes the given PluginAntiSenseRNA from the list. |
void |
removeCompartment(int index)
Removes the PluginCompartment with the given index from the list. |
void |
removeCompartment(PluginCompartment compartment)
Removes the given PluginCompartment from the list. |
void |
removeCompartment(java.lang.String id)
Removes the PluginCompartment with the given id from the list. |
void |
removeEvent(int index)
Removes the PluginEvent with the given index. |
void |
removeEvent(PluginEvent event)
Removes the given PluginEvent from the list. |
void |
removeEvent(java.lang.String id)
Remove the PluginEvent with the given id. |
void |
removeFunctionDefinition(int index)
Removes the PluginFunctionDefinition with the given index from the list. |
void |
removeFunctionDefinition(PluginFunctionDefinition function)
Removes the given PluginFunctionDefinition from the list. |
void |
removeFunctionDefinition(java.lang.String id)
Removes the PluginFunctionDefinition with the given id from the list. |
void |
removeGene(int index)
Removes the PluginGene with the given index from the list. |
void |
removeGene(PluginGene rna)
Removes the given PluginGene from the list. |
void |
removeParameter(int index)
Removes the PluginParameter with the given index to the list. |
void |
removeParameter(PluginParameter parameter)
Remove the given PluginParameter from the list. |
void |
removeParameter(java.lang.String id)
Remove the PluginParameter with the given id. |
void |
removeProtein(int index)
Removes the PluginProtein with the given index. |
void |
removeProtein(PluginProtein rna)
Removes the given PluginProtein from the list. |
void |
removeReaction(int index)
Removes the PluginReaction with the given index from the list. |
void |
removeReaction(PluginReaction reaction)
Removes the given PluginReaction from the list. |
void |
removeReaction(java.lang.String id)
Removes the PluginReaction with the given id from the list. |
void |
removeRNA(int index)
Removes the PluginRNA with the given index from the list. |
void |
removeRNA(PluginRNA rna)
Adds a PluginRNA to the list |
void |
removeRule(int index)
Removes the PluginRule with the given index from the list. |
void |
removeRule(PluginRule rule)
Removes the given PluginRule from the list. |
void |
removeSpecies(int index)
Removes the PluginSpecies with the given index from the list. |
void |
removeSpecies(java.lang.String id)
Removes the PluginSpecies with the given id from the list |
void |
removeUnitDefinition(int index)
Remove the PluginUnitDefinition with the given index from the list. |
void |
removeUnitDefinition(PluginUnitDefinition unit)
Remove the given PluginUnitDefinition from the list. |
void |
removeUnitDefinition(java.lang.String id)
Removes the PluginUnitDefinition with the given id from the list. |
void |
setListOfAntiSenseRNAs(PluginListOf listOfAntiSenseRNAs)
Sets the list of PluginAntiSenseRNA of this PluginModel. |
void |
setListOfCompartments(PluginListOf listOfCompartments)
Sets the list of PluginCompartment of this PluginModel |
void |
setListOfEvents(PluginListOf listOfEvents)
Sets the list of PluginEvent of this PluginModel. |
void |
setListOfFunctionDefinitions(PluginListOf listOfFunctionDefinitions)
Sets the list of PluginFunctionDefinition of this PluginModel. |
void |
setListOfGenes(PluginListOf listOfGenes)
Sets the list of PluginGene of this PluginModel. |
void |
setListOfParameters(PluginListOf listOfParameters)
Sets the list of PluginParameter of this PluginModel. |
void |
setListOfProteins(PluginListOf listOfProteins)
Sets the list of PluginProtein of this PluginModel. |
void |
setListOfReactions(PluginListOf listOfReactions)
Sets the PluginReaction of this PluginModel. |
void |
setListOfRNAs(PluginListOf listOfRNAs)
Sets the list of PluginRNA of this PluginModel. |
void |
setListOfRules(PluginListOf listOfRules)
Sets the list of PluginRule of this PluginModel. |
void |
setListOfSpecies(PluginListOf listOfSpecies)
Sets the list of PluginSpecies of this PluginModel. |
void |
setListOfUnitDefinitions(PluginListOf listOfUnitDefinitions)
Sets the list of PluginUnitDefinition of this PluginModel |
void |
setName(java.lang.String name)
Sets the name of this PluginModel. |
void |
update(PluginModel model)
Update all properties of this PluginModel to the same as the given PluginModel |
| Methods inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
getNotes, getNotesString, getParentSBase, setNotes, setParentSBase, toSBML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginModel(java.lang.String id)
id - | Method Detail |
|---|
public void update(PluginModel model)
model - PluginModelpublic java.lang.String getId()
public java.lang.String getName()
public void setName(java.lang.String name)
name - public PluginListOf getListOfCompartments()
public void setListOfCompartments(PluginListOf listOfCompartments)
listOfCompartments - the list of PluginCompartmentpublic PluginListOf getListOfEvents()
public void setListOfEvents(PluginListOf listOfEvents)
listOfEvents - the list of PluginEventpublic PluginListOf getListOfFunctionDefinitions()
public void setListOfFunctionDefinitions(PluginListOf listOfFunctionDefinitions)
listOfFunctionDefinitions - the list of PluginFunctionDefinitionpublic PluginListOf getListOfParameters()
public void setListOfParameters(PluginListOf listOfParameters)
listOfParameters - the list of PluginParameterpublic PluginListOf getListOfReactions()
public void setListOfReactions(PluginListOf listOfReactions)
listOfReactions - the list of PluginReaction.public PluginListOf getListOfRules()
public void setListOfRules(PluginListOf listOfRules)
listOfRules - the list of PluginRulepublic PluginListOf getListOfSpecies()
public void setListOfSpecies(PluginListOf listOfSpecies)
listOfSpecies - the listOfPluginSpeciespublic PluginListOf getListOfUnitDefinitions()
public void setListOfUnitDefinitions(PluginListOf listOfUnitDefinitions)
listOfUnitDefinitions - the list of PluginUnitDefinitionpublic void addSpecies(PluginSpecies species)
species - PluginSpeciespublic void removeSpecies(java.lang.String id)
id - public void removeSpecies(int index)
index - public PluginSpecies getSpecies(int index)
index -
public PluginSpecies getSpecies(java.lang.String id)
id -
public void addCompartment(PluginCompartment compartment)
compartment - public void removeCompartment(PluginCompartment compartment)
compartment - public void removeCompartment(java.lang.String id)
id - public void removeCompartment(int index)
index - public PluginCompartment getCompartment(int index)
index -
public PluginCompartment getCompartment(java.lang.String id)
id -
public void addReaction(PluginReaction reaction)
reaction - PluginReactionpublic void removeReaction(PluginReaction reaction)
reaction - PluginReactionpublic void removeReaction(java.lang.String id)
id - public void removeReaction(int index)
index - public PluginReaction getReaction(int index)
index -
public PluginReaction getReaction(java.lang.String id)
id -
public void addEvent(PluginEvent event)
event - PluginEventpublic void removeEvent(PluginEvent event)
event - PluginEventpublic void removeEvent(java.lang.String id)
id - public void removeEvent(int index)
index - public PluginEvent getEvent(int index)
index -
public PluginEvent getEvent(java.lang.String id)
id -
public void addParameter(PluginParameter parameter)
parameter - PluginParameterpublic void removeParameter(PluginParameter parameter)
parameter - PluginParameterpublic void removeParameter(java.lang.String id)
id - public void removeParameter(int index)
index - public PluginParameter getParameter(int index)
index -
public PluginParameter getParameter(java.lang.String id)
id -
public void addFunctionDefinition(PluginFunctionDefinition function)
function - PluginFunctionDefinition.public void removeFunctionDefinition(PluginFunctionDefinition function)
function - public void removeFunctionDefinition(java.lang.String id)
id - public void removeFunctionDefinition(int index)
index - PluginFunctionDefinitionpublic PluginFunctionDefinition getFunctionDefinition(int index)
index -
public PluginFunctionDefinition getFunctionDefinition(java.lang.String id)
id -
public void addRule(PluginRule rule)
rule - public void removeRule(PluginRule rule)
rule - PluginRulepublic void removeRule(int index)
index - public PluginRule getRule(int index)
index -
public void addUnitDefinition(PluginUnitDefinition unit)
unit - public void removeUnitDefinition(PluginUnitDefinition unit)
unit - PluginUnitDefinitionpublic void removeUnitDefinition(java.lang.String id)
id - public void removeUnitDefinition(int index)
index - public PluginUnitDefinition getUnitDefinition(int index)
index -
public PluginUnitDefinition getUnitDefinition(java.lang.String id)
id -
public int getNumSpecies()
public int getNumReactions()
public int getNumCompartments()
public int getNumEvents()
public int getNumParameters()
public int getNumFunctionDefinitions()
public int getNumRules()
public int getNumUnitDefinitions()
public PluginAntiSenseRNA getAntiSenseRNA(java.lang.String id)
id -
public PluginListOf getListOfAntiSenseRNAs()
public PluginListOf getListOfSpecies(PluginAntiSenseRNA rna)
public void setListOfAntiSenseRNAs(PluginListOf listOfAntiSenseRNAs)
listOfAntiSenseRNAs - the list of PluginAntiSenseRNApublic void removeAntiSenseRNA(PluginAntiSenseRNA rna)
rna - PluginAntiSenseRNApublic void removeAntiSenseRNA(int index)
index - public PluginGene getGene(java.lang.String id)
id -
public PluginListOf getListOfGenes()
public PluginListOf getListOfSpecies(PluginGene rna)
public void setListOfGenes(PluginListOf listOfGenes)
listOfGenes - a list of PluginGenepublic void removeGene(PluginGene rna)
rna - PluginGenepublic void removeGene(int index)
index - public void appendProtein(PluginProtein protein)
protein - PluginProteinpublic PluginProtein getProtein(java.lang.String id)
id -
public PluginListOf getListOfProteins()
public PluginListOf getListOfSpecies(PluginProtein rna)
rna - PluginProtein
public void setListOfProteins(PluginListOf listOfProteins)
listOfProteins - the list of PluginProteinpublic void removeProtein(PluginProtein rna)
rna - PluginProteinpublic void removeProtein(int index)
index - public PluginRNA getRNA(java.lang.String id)
id -
public PluginListOf getListOfRNAs()
public PluginListOf getListOfSpecies(PluginRNA rna)
public void setListOfRNAs(PluginListOf listOfRNAs)
public void removeRNA(PluginRNA rna)
rna - PluginRNApublic void removeRNA(int index)
index - public PluginListOf getListOfAllSpeciesAlias()
public PluginSpeciesAlias getPluginSpeciesAlias(java.lang.String aliasID)
aliasID -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||