org.biopax.paxtools.model.level2
Interface InteractionParticipant

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, Level2Element, java.io.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

public interface InteractionParticipant
extends Level2Element

marker interface for entities and PEPs


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement
BioPAXElement.Key
 
Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 java.util.Set<interaction> isPARTICIPANTSof()
          This method returns the interaction that this entity/pep takes part in.
 
Methods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENT
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

Method Detail

isPARTICIPANTSof

java.util.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


Copyright © 2011 BioPAX. All Rights Reserved.