Package | Description |
---|---|
de.unirostock.sems.bives.ds.ontology | |
de.unirostock.sems.bives.ds.rn |
Modifier and Type | Method and Description |
---|---|
static SBOTerm |
SBOTerm.createInhibitor()
Creates a dummy inhibitor.
|
static SBOTerm |
SBOTerm.createStimulator()
Creates a dummy stimulator.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SBOTerm.sameModifier(SBOTerm modTermA,
SBOTerm modTermB)
Check if modifiers are equal (in terms of chemical reaction networks).
|
Modifier and Type | Field and Description |
---|---|
SBOTerm |
ReactionNetworkSubstanceRef.modTermA
The optional modification terms in original doc.
|
SBOTerm |
ReactionNetworkSubstanceRef.modTermB
The optional modification terms in modified doc.
|
Modifier and Type | Method and Description |
---|---|
void |
ReactionNetworkReaction.addInputA(ReactionNetworkSubstance subst,
SBOTerm sbo)
Add a reactant of this reaction in its original version.
|
void |
ReactionNetworkReaction.addInputB(ReactionNetworkSubstance subst,
SBOTerm sbo)
Add a reactant of this reaction in its modified version.
|
void |
ReactionNetworkReaction.addModA(ReactionNetworkSubstance subst,
SBOTerm sbo)
Adds the modifier of this reaction in its original version.
|
void |
ReactionNetworkReaction.addModB(ReactionNetworkSubstance subst,
SBOTerm sbo)
Add a modifier of this reaction in its modified version.
|
void |
ReactionNetworkReaction.addOutputA(ReactionNetworkSubstance subst,
SBOTerm sbo)
Add a product of this reaction in its original version.
|
void |
ReactionNetworkReaction.addOutputB(ReactionNetworkSubstance subst,
SBOTerm sbo)
Add a product of this reaction in its modified version.
|
void |
ReactionNetworkSubstanceRef.setSboA(SBOTerm modTermA)
Sets the SBOTerm as defined in the original version.
|
void |
ReactionNetworkSubstanceRef.setSboB(SBOTerm modTermB)
Sets the SBOTerm as defined in the modified version.
|
Constructor and Description |
---|
ReactionNetworkSubstanceRef(ReactionNetworkSubstance subst,
boolean flagA,
boolean flagB,
SBOTerm modTermA,
SBOTerm modTermB)
Instantiates a new substance reference.
|
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.