org.biopax.paxtools.model.level2
Interface XReferrable

All Superinterfaces:
BioPAXElement
All Known Subinterfaces:
biochemicalReaction, catalysis, complex, complexAssembly, confidence, control, conversion, dataSource, dna, entity, evidence, interaction, modulation, openControlledVocabulary, pathway, physicalEntity, physicalInteraction, process, protein, rna, sequenceEntity, sequenceFeature, smallMolecule, transport, transportWithBiochemicalReaction
All Known Implementing Classes:
biochemicalReactionImpl, biochemicalReactionProxy, catalysisImpl, catalysisProxy, complexAssemblyImpl, complexAssemblyProxy, complexImpl, complexProxy, confidenceImpl, confidenceProxy, controlImpl, controlProxy, conversionImpl, conversionProxy, dataSourceImpl, dataSourceProxy, dnaImpl, dnaProxy, entityImpl, entityProxy, evidenceImpl, evidenceProxy, interactionAdapter, interactionImpl, interactionProxy, modulationImpl, modulationProxy, openControlledVocabularyImpl, openControlledVocabularyProxy, pathwayImpl, pathwayProxy, physicalEntityImpl, physicalEntityProxy, physicalInteractionAdapter, physicalInteractionImpl, physicalInteractionProxy, processImpl, processProxy, proteinImpl, proteinProxy, rnaImpl, rnaProxy, sequenceEntityProxy, sequenceFeatureImpl, sequenceFeatureProxy, smallMoleculeImpl, smallMoleculeProxy, transportImpl, transportProxy, transportWithBiochemicalReactionImpl, transportWithBiochemicalReactionProxy

public interface XReferrable
extends BioPAXElement


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 void addXREF(xref XREF)
           
 java.util.Set<xref> getXREF()
           
 void removeXREF(xref XREF)
           
 void setXREF(java.util.Set<xref> XREF)
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 

Method Detail

addXREF

void addXREF(xref XREF)

getXREF

java.util.Set<xref> getXREF()

removeXREF

void removeXREF(xref XREF)

setXREF

void setXREF(java.util.Set<xref> XREF)