Uses of Interface
org.biojava.nbio.protmod.ModificationCondition
-
Packages that use ModificationCondition Package Description org.biojava.nbio.protmod -
-
Uses of ModificationCondition in org.biojava.nbio.protmod
Classes in org.biojava.nbio.protmod that implement ModificationCondition Modifier and Type Class Description class
ModificationConditionImpl
Methods in org.biojava.nbio.protmod that return ModificationCondition Modifier and Type Method Description ModificationCondition
ProteinModification. getCondition()
ModificationCondition
ProteinModificationImpl. getCondition()
Methods in org.biojava.nbio.protmod with parameters of type ModificationCondition Modifier and Type Method Description ProteinModificationImpl.Builder
ProteinModificationImpl.Builder. setCondition(ModificationCondition condition)
Constructors in org.biojava.nbio.protmod with parameters of type ModificationCondition Constructor Description Builder(String id, ModificationCategory cat, ModificationOccurrenceType occType, ModificationCondition condition)
-