org.biopax.paxtools.model.level3
Interface XReferrable

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, Level3Element, java.io.Serializable
All Known Subinterfaces:
BiochemicalReaction, BioSource, Catalysis, CellularLocationVocabulary, CellVocabulary, Complex, ComplexAssembly, Control, ControlledVocabulary, Controller, Conversion, Degradation, Dna, DnaReference, DnaRegion, DnaRegionReference, Entity, EntityReference, EntityReferenceTypeVocabulary, Evidence, EvidenceCodeVocabulary, ExperimentalFormVocabulary, Gene, GeneticInteraction, Interaction, InteractionVocabulary, Modulation, MolecularInteraction, Named, NucleicAcid, NucleicAcidReference, NucleicAcidRegionReference, Pathway, PhenotypeVocabulary, PhysicalEntity, Process, Protein, ProteinReference, Provenance, RelationshipTypeVocabulary, Rna, RnaReference, RnaRegion, RnaRegionReference, Score, SequenceEntityReference, SequenceModificationVocabulary, SequenceRegionVocabulary, SimplePhysicalEntity, SmallMolecule, SmallMoleculeReference, TemplateReaction, TemplateReactionRegulation, TissueVocabulary, Transport, TransportWithBiochemicalReaction
All Known Implementing Classes:
BiochemicalReactionImpl, BioSourceImpl, CatalysisImpl, CellularLocationVocabularyImpl, CellVocabularyImpl, ComplexAssemblyImpl, ComplexImpl, ControlImpl, ControlledVocabularyImpl, ConversionImpl, DegradationImpl, DnaImpl, DnaReferenceImpl, DnaRegionImpl, DnaRegionReferenceImpl, EntityImpl, EntityReferenceImpl, EntityReferenceTypeVocabularyImpl, EvidenceCodeVocabularyImpl, EvidenceImpl, ExperimentalFormVocabularyImpl, GeneImpl, GeneticInteractionImpl, InteractionImpl, InteractionVocabularyImpl, ModulationImpl, MolecularInteractionImpl, NamedImpl, NucleicAcidImpl, NucleicAcidReferenceImpl, NucleicAcidRegionReferenceImpl, PathwayImpl, PhenotypeVocabularyImpl, PhysicalEntityImpl, ProcessImpl, ProteinImpl, ProteinReferenceImpl, ProvenanceImpl, RelationshipTypeVocabularyImpl, RnaImpl, RnaReferenceImpl, RnaRegionImpl, RnaRegionReferenceImpl, ScoreImpl, SequenceEntityReferenceImpl, SequenceModificationVocabularyImpl, SequenceRegionVocabularyImpl, SimplePhysicalEntityImpl, SmallMoleculeImpl, SmallMoleculeReferenceImpl, TemplateReactionImpl, TemplateReactionRegulationImpl, TissueVocabularyImpl, TransportImpl, TransportWithBiochemicalReactionImpl, XReferrableImpl

public interface XReferrable
extends Level3Element


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
 void addXref(Xref xref)
           
 java.util.Set<Xref> getXref()
           
 void removeXref(Xref xref)
           
 
Methods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeComment
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

Method Detail

getXref

java.util.Set<Xref> getXref()

addXref

void addXref(Xref xref)

removeXref

void removeXref(Xref xref)


Copyright © 2011 BioPAX. All Rights Reserved.