Uses of Enum Class
org.snpeff.reactome.events.Reaction.RegulationType
Packages that use Reaction.RegulationType
-
Uses of Reaction.RegulationType in org.snpeff.reactome.events
Fields in org.snpeff.reactome.events with type parameters of type Reaction.RegulationTypeModifier and TypeFieldDescriptionprotected HashMap<Entity,
Reaction.RegulationType> Reaction.regulator
Methods in org.snpeff.reactome.events that return Reaction.RegulationTypeModifier and TypeMethodDescriptionstatic Reaction.RegulationType
Returns the enum constant of this class with the specified name.static Reaction.RegulationType[]
Reaction.RegulationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snpeff.reactome.events that return types with arguments of type Reaction.RegulationTypeMethods in org.snpeff.reactome.events with parameters of type Reaction.RegulationTypeModifier and TypeMethodDescriptionvoid
Reaction.addRegulator
(Entity e, Reaction.RegulationType type)