Package org.biopax.paxtools.impl.level3
Class PathwayStepImpl
java.lang.Object
org.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.PathwayStepImpl
- All Implemented Interfaces:
Serializable,Cloneable,BioPAXElement,Level3Element,Observable,PathwayStep,UtilityClass
- Direct Known Subclasses:
BiochemicalPathwayStepImpl
- See Also:
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEvidence(Evidence evidence) voidaddNextStep(PathwayStep nextStep) voidaddStepProcess(Process processStep) Class<? extends PathwayStep> This method returns the actual model interface that a class implements.voidremoveEvidence(Evidence evidence) voidremoveNextStep(PathwayStep nextStep) voidremoveStepProcess(Process processStep) protected voidsetPathwayOrderOf(Pathway pathwayOrderOf) Methods inherited from class org.biopax.paxtools.impl.level3.L3ElementImpl
addComment, getComment, removeComment, setCommentMethods inherited from class org.biopax.paxtools.impl.BioPAXElementImpl
equals, equivalenceCode, getAnnotations, getUri, hashCode, isEquivalent, semanticallyEquivalent, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeComment
-
Constructor Details
-
PathwayStepImpl
public PathwayStepImpl()Constructor.
-
-
Method Details
-
getModelInterface
Description copied from interface:BioPAXElementThis method returns the actual model interface that a class implements.- Specified by:
getModelInterfacein interfaceBioPAXElement- Returns:
- an interface from
org.biopax.paxtools.modelpackage corresponding to a BioPAX class.
-
getNextStep
- Specified by:
getNextStepin interfacePathwayStep
-
addNextStep
- Specified by:
addNextStepin interfacePathwayStep
-
removeNextStep
- Specified by:
removeNextStepin interfacePathwayStep
-
getNextStepOf
- Specified by:
getNextStepOfin interfacePathwayStep
-
getStepProcess
- Specified by:
getStepProcessin interfacePathwayStep
-
addStepProcess
- Specified by:
addStepProcessin interfacePathwayStep
-
removeStepProcess
- Specified by:
removeStepProcessin interfacePathwayStep
-
getEvidence
- Specified by:
getEvidencein interfaceObservable
-
addEvidence
- Specified by:
addEvidencein interfaceObservable
-
removeEvidence
- Specified by:
removeEvidencein interfaceObservable
-
getPathwayOrderOf
- Specified by:
getPathwayOrderOfin interfacePathwayStep
-
setPathwayOrderOf
-