Uses of Interface
org.biopax.paxtools.model.level2.dataSource
Packages that use dataSource
Package
Description
This package contains the interfaces that maps to the BioPAX level 2 specification.
-
Uses of dataSource in org.biopax.paxtools.model.level2
Methods in org.biopax.paxtools.model.level2 that return types with arguments of type dataSourceModifier and TypeMethodDescriptionentity.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 dataSourceModifier and TypeMethodDescriptionvoidentity.addDATA_SOURCE(dataSource DATA_SOURCE_INST) This method adds the given value to the DATA_SOURCE set.voidentity.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 dataSourceModifier and TypeMethodDescriptionvoidentity.setDATA_SOURCE(Set<dataSource> DATA_SOURCE) This method overrides existing set with the new set.