Uses of Interface
org.biopax.paxtools.model.level3.Provenance
Packages that use Provenance
Package
Description
This package contains various methods and algorithms for traversing and manipulating the model.
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of Provenance in org.biopax.paxtools.controller
Methods in org.biopax.paxtools.controller that return types with arguments of type ProvenanceModifier and TypeMethodDescriptionstatic Set<Provenance> ModelUtils.getDatasources(BioPAXElement biopaxElement) Collects all Provenance objects associated with this one as follows: - if the element is Entity (has 'dataSource' property) or is Provenence itself, get the values and quit; - if the biopax element is PathwayStep or EntityReference, traverse into some of its object/inverse properties to collect dataSource values from associated entities. -
Uses of Provenance in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement ProvenanceMethods in org.biopax.paxtools.impl.level3 that return ProvenanceMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type ProvenanceModifier and TypeMethodDescriptionEntityImpl.getDataSource()Class<? extends Provenance> ProvenanceImpl.getModelInterface()Methods in org.biopax.paxtools.impl.level3 with parameters of type ProvenanceModifier and TypeMethodDescriptionvoidEntityImpl.addDataSource(Provenance dataSource) voidEntityImpl.removeDataSource(Provenance dataSource) voidScoreImpl.setScoreSource(Provenance scoreSource) Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type Provenance -
Uses of Provenance in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return ProvenanceModifier and TypeMethodDescriptionScore.getScoreSource()This property defines the source of the scoring methodology.Methods in org.biopax.paxtools.model.level3 that return types with arguments of type ProvenanceModifier and TypeMethodDescriptionEntity.getDataSource()This method returns a set of free text descriptions of the source of this data, e.g.Methods in org.biopax.paxtools.model.level3 with parameters of type ProvenanceModifier and TypeMethodDescriptionvoidEntity.addDataSource(Provenance dataSource) This method adds the given value to the DATA_SOURCE set.voidEntity.removeDataSource(Provenance dataSource) This method removes the given value from the DATA_SOURCE set.voidScore.setScoreSource(Provenance scoreSource) This property defines the source of the scoring methodology.