Uses of Interface
org.biopax.paxtools.model.level3.PathwayStep
Packages that use PathwayStep
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of PathwayStep in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement PathwayStepMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type PathwayStepModifier and TypeMethodDescriptionClass<? extends PathwayStep>PathwayStepImpl.getModelInterface()PathwayStepImpl.getNextStep()PathwayStepImpl.getNextStepOf()PathwayImpl.getPathwayOrder()ProcessImpl.getStepProcessOf()Methods in org.biopax.paxtools.impl.level3 with parameters of type PathwayStepModifier and TypeMethodDescriptionvoidPathwayStepImpl.addNextStep(PathwayStep nextStep) voidPathwayImpl.addPathwayOrder(PathwayStep pathwayOrder) voidPathwayStepImpl.removeNextStep(PathwayStep nextStep) voidPathwayImpl.removePathwayOrder(PathwayStep pathwayOrder) -
Uses of PathwayStep in org.biopax.paxtools.model.level3
Subinterfaces of PathwayStep in org.biopax.paxtools.model.level3Modifier and TypeInterfaceDescriptioninterfaceDefinition: Imposes ordering on a step in a biochemical pathway.Methods in org.biopax.paxtools.model.level3 that return types with arguments of type PathwayStepModifier and TypeMethodDescriptionPathwayStep.getNextStep()PathwayStep.getNextStepOf()Pathway.getPathwayOrder()Process.getStepProcessOf()Methods in org.biopax.paxtools.model.level3 with parameters of type PathwayStepModifier and TypeMethodDescriptionvoidPathwayStep.addNextStep(PathwayStep newNEXT_STEP) voidPathway.addPathwayOrder(PathwayStep order) voidPathwayStep.removeNextStep(PathwayStep oldNEXT_STEP) voidPathway.removePathwayOrder(PathwayStep order)