Uses of Class
org.openprovenance.model.Artifacts

Packages that use Artifacts
org.openprovenance.model Open Provenance Model classes and associated factories and (de)serialisation methods. 
 

Uses of Artifacts in org.openprovenance.model
 

Fields in org.openprovenance.model declared as Artifacts
protected  Artifacts OPMGraph.artifacts
           
 

Methods in org.openprovenance.model that return Artifacts
 Artifacts ObjectFactory.createArtifacts()
          Create an instance of Artifacts
 Artifacts OPMGraph.getArtifacts()
          Gets the value of the artifacts property.
 Artifacts OPMUtilities.union(Artifacts g1, Artifacts g2)
           
 

Methods in org.openprovenance.model with parameters of type Artifacts
 OPMGraph OPMFactory.newOPMGraph(Accounts accs, Processes ps, Artifacts as, Agents ags, Dependencies lks)
           
 OPMGraph OPMFactory.newOPMGraph(Accounts accs, Processes ps, Artifacts as, Agents ags, Dependencies lks, Annotations anns)
           
 void OPMGraph.setArtifacts(Artifacts value)
          Sets the value of the artifacts property.
 Artifacts OPMUtilities.union(Artifacts g1, Artifacts g2)
           
 



Copyright © 2011. All Rights Reserved.