Uses of Class
org.openprovenance.model.Used

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

Uses of Used in org.openprovenance.elmo
 

Subclasses of Used in org.openprovenance.elmo
 class RdfUsed
           
 

Methods in org.openprovenance.elmo that return Used
 Used RdfObjectFactory.createUsed()
           
 Used RdfOPMFactory.newUsed(Used d)
           
 

Methods in org.openprovenance.elmo with parameters of type Used
 Used RdfOPMFactory.newUsed(Used d)
           
 

Uses of Used in org.openprovenance.model
 

Methods in org.openprovenance.model that return Used
 Used IndexedOPMGraph.addUsed(Used used)
          Add a used edge to the graph.
 Used ObjectFactory.createUsed()
          Create an instance of Used
 Used OPMFactory.newUsed(Process p, Role role, Artifact a, Collection<Account> accounts)
           
 Used OPMFactory.newUsed(String id, ProcessRef pid, Role role, ArtifactRef aid, Collection<AccountRef> accounts)
           
 Used OPMFactory.newUsed(String id, Process p, Role role, Artifact a, Collection<Account> accounts)
           
 Used OPMFactory.newUsed(String id, Process p, Role role, Artifact a, String type, Collection<Account> accounts)
           
 Used OPMFactory.newUsed(Used u)
           
 

Methods in org.openprovenance.model that return types with arguments of type Used
 Collection<Used> IndexedOPMGraph.getUsed()
          Return all used edges for this graph.
 Collection<Used> IndexedOPMGraph.getUsed(Artifact p)
          Return all used edges with artifact a as a cause.
 Collection<Used> IndexedOPMGraph.getUsed(Process p)
          Return all used edges with process p as an effect.
 

Methods in org.openprovenance.model with parameters of type Used
 Used IndexedOPMGraph.addUsed(Used used)
          Add a used edge to the graph.
 Annotation OPMFactory.newAnnotation(String id, Used edge, String property, Object value, Collection<Account> accs)
           
 DependencyRef OPMFactory.newDependencyRef(Used edge)
           
 Used OPMFactory.newUsed(Used u)
           
 



Copyright © 2011. All Rights Reserved.