Uses of Class
org.snpeff.reactome.Entity
-
Packages that use Entity Package Description org.snpeff.reactome org.snpeff.reactome.events -
-
Uses of Entity in org.snpeff.reactome
Subclasses of Entity in org.snpeff.reactome Modifier and Type Class Description classCompartmentA Reactome compartment (a part of a cell)Methods in org.snpeff.reactome that return types with arguments of type Entity Modifier and Type Method Description java.util.Iterator<Entity>Reactome. iterator()Methods in org.snpeff.reactome with parameters of type Entity Modifier and Type Method Description voidMonitor. add(Entity e)voidReactome. add(Entity entity, java.lang.String geneId)Add an entity <-> geneIdintEntity. compareTo(Entity e)Method parameters in org.snpeff.reactome with type arguments of type Entity Modifier and Type Method Description doubleEntity. calc(java.util.HashSet<Entity> doneEntities)Calculate entities.java.lang.StringEntity. toString(int tabs, java.util.HashSet<Entity> done) -
Uses of Entity in org.snpeff.reactome.events
Subclasses of Entity in org.snpeff.reactome.events Modifier and Type Class Description classBlackBoxEventA black box eventclassCatalystActivityA catalyst activity eventclassComplexA Reactome complex (a bunch of molecules or complexesclassDepolymerisationA depolymerization eventclassEventA reactome event (any generic event, from pathways to polymerizations)classPathwayA Reactome pathwayclassPolymerisationA polymerization eventclassReactionA reactionFields in org.snpeff.reactome.events with type parameters of type Entity Modifier and Type Field Description protected java.util.HashSet<Entity>Reaction. catalystprotected java.util.HashMap<Entity,java.lang.Double>Reaction. inputsprotected java.util.HashSet<Entity>Reaction. outputsprotected java.util.HashMap<Entity,Reaction.RegulationType>Reaction. regulatorMethods in org.snpeff.reactome.events that return types with arguments of type Entity Modifier and Type Method Description java.util.HashSet<Entity>Reaction. getCatalyst()java.util.Collection<Entity>Reaction. getInputs()java.util.HashSet<Entity>Reaction. getOutputs()java.util.HashMap<Entity,Reaction.RegulationType>Reaction. getRegulator()java.util.Iterator<Entity>Complex. iterator()Methods in org.snpeff.reactome.events with parameters of type Entity Modifier and Type Method Description voidComplex. add(Entity e)voidReaction. addCatalyst(Entity e)voidReaction. addInput(Entity e)voidReaction. addOutput(Entity e)voidReaction. addRegulator(Entity e, java.lang.String type)voidReaction. addRegulator(Entity e, Reaction.RegulationType type)Method parameters in org.snpeff.reactome.events with type arguments of type Entity Modifier and Type Method Description doubleReaction. calc(java.util.HashSet<Entity> doneEntities)Calculate entities.java.lang.StringComplex. toString(int tabs, java.util.HashSet<Entity> done)java.lang.StringPathway. toString(int tabs, java.util.HashSet<Entity> done)java.lang.StringReaction. toString(int tabs, java.util.HashSet<Entity> done)
-