Uses of Class
de.unirostock.sems.bives.exception.BivesUnsupportedException
-
Packages that use BivesUnsupportedException Package Description de.unirostock.sems.bives.ds.rn -
-
Uses of BivesUnsupportedException in de.unirostock.sems.bives.ds.rn
Methods in de.unirostock.sems.bives.ds.rn that throw BivesUnsupportedException Modifier and Type Method Description 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
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.Constructors in de.unirostock.sems.bives.ds.rn that throw BivesUnsupportedException Constructor Description ReactionNetworkSubstanceRef(ReactionNetworkSubstance subst, boolean flagA, boolean flagB, SBOTerm modTermA, SBOTerm modTermB)
Instantiates a new substance reference.
-