Package org.biopax.paxtools.model.level2
Interface InteractionParticipant
- All Superinterfaces:
BioPAXElement,Cloneable,Level2Element,Serializable
- All Known Subinterfaces:
biochemicalReaction,catalysis,complex,complexAssembly,control,conversion,dna,entity,interaction,modulation,pathway,physicalEntity,physicalEntityParticipant,physicalInteraction,process,protein,rna,sequenceEntity,sequenceParticipant,smallMolecule,transport,transportWithBiochemicalReaction
marker interface for entities and PEPs
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the interaction that this entity/pep takes part in.Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENT
-
Method Details
-
isPARTICIPANTSof
Set<interaction> isPARTICIPANTSof()This method returns the interaction that this entity/pep takes part in. Contents of this set should not be modified.- Returns:
- a set of interactions that
-