Uses of Class
org.snpeff.reactome.Entity
Packages that use Entity
-
Uses of Entity in org.snpeff.reactome
Subclasses of Entity in org.snpeff.reactomeMethods in org.snpeff.reactome that return types with arguments of type EntityMethods in org.snpeff.reactome with parameters of type EntityModifier and TypeMethodDescriptionvoidvoidAdd an entity <-> geneIdintMethod parameters in org.snpeff.reactome with type arguments of type Entity -
Uses of Entity in org.snpeff.reactome.events
Subclasses of Entity in org.snpeff.reactome.eventsModifier and TypeClassDescriptionclassA black box eventclassA catalyst activity eventclassA Reactome complex (a bunch of molecules or complexesclassA depolymerization eventclassA reactome event (any generic event, from pathways to polymerizations)classA Reactome pathwayclassA polymerization eventclassA reactionFields in org.snpeff.reactome.events with type parameters of type EntityModifier and TypeFieldDescriptionReaction.catalystReaction.inputsReaction.outputsprotected HashMap<Entity,Reaction.RegulationType> Reaction.regulatorMethods in org.snpeff.reactome.events that return types with arguments of type EntityModifier and TypeMethodDescriptionReaction.getCatalyst()Reaction.getInputs()Reaction.getOutputs()Reaction.getRegulator()Complex.iterator()Methods in org.snpeff.reactome.events with parameters of type EntityModifier and TypeMethodDescriptionvoidvoidReaction.addCatalyst(Entity e) voidvoidvoidReaction.addRegulator(Entity e, String type) voidReaction.addRegulator(Entity e, Reaction.RegulationType type) Method parameters in org.snpeff.reactome.events with type arguments of type Entity