Uses of Interface
org.biopax.paxtools.model.level2.dataSource

Packages that use dataSource
org.biopax.paxtools.model.level2   
 

Uses of dataSource in org.biopax.paxtools.model.level2
 

Methods in org.biopax.paxtools.model.level2 that return types with arguments of type dataSource
 java.util.Set<dataSource> entity.getDATA_SOURCE()
          This method returns a set of free text descriptions of the source of this data, e.g.
 

Methods in org.biopax.paxtools.model.level2 with parameters of type dataSource
 void entity.addDATA_SOURCE(dataSource DATA_SOURCE_INST)
          This method adds the given value to the DATA_SOURCE set.
 void entity.removeDATA_SOURCE(dataSource DATA_SOURCE_INST)
          This method removes the given value from the DATA_SOURCE set.
 

Method parameters in org.biopax.paxtools.model.level2 with type arguments of type dataSource
 void entity.setDATA_SOURCE(java.util.Set<dataSource> DATA_SOURCE)
          This method overrides existing set with the new set.
 



Copyright © 2011 BioPAX. All Rights Reserved.