Uses of Enum Class
org.biopax.paxtools.pattern.constraint.ModificationChangeConstraint.Type
Packages that use ModificationChangeConstraint.Type
-
Uses of ModificationChangeConstraint.Type in org.biopax.paxtools.pattern.constraint
Fields in org.biopax.paxtools.pattern.constraint declared as ModificationChangeConstraint.TypeModifier and TypeFieldDescriptionprotected ModificationChangeConstraint.TypeModificationChangeConstraint.typeGain or loss?Methods in org.biopax.paxtools.pattern.constraint that return ModificationChangeConstraint.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ModificationChangeConstraint.Type[]ModificationChangeConstraint.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.biopax.paxtools.pattern.constraint with parameters of type ModificationChangeConstraint.TypeModifierConstructorDescriptionModificationChangeConstraint(ModificationChangeConstraint.Type type, String... featureSubstring) Constructor with the desired change and maps to activating and inactivating features.