org.biopax.paxtools.model.level2
Interface dataSource

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, externalReferenceUtilityClass, Level2Element, java.io.Serializable, utilityClass, XReferrable

public interface dataSource
extends externalReferenceUtilityClass, XReferrable

XREF Should be only unification and publication xrefs


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 addNAME(java.lang.String NAME)
           
 java.util.Set<java.lang.String> getNAME()
           
 void removeNAME(java.lang.String NAME)
           
 void setNAME(java.util.Set<java.lang.String> NAME)
           
 
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
 
Methods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, findCommonPublications, findCommonRelationships, findCommonUnifications, getXREF, removeXREF, setXREF
 

Method Detail

addNAME

void addNAME(java.lang.String NAME)

getNAME

java.util.Set<java.lang.String> getNAME()

removeNAME

void removeNAME(java.lang.String NAME)

setNAME

void setNAME(java.util.Set<java.lang.String> NAME)


Copyright © 2011 BioPAX. All Rights Reserved.