Uses of Class
org.openprovenance.model.WasDerivedFrom

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

Uses of WasDerivedFrom in org.openprovenance.elmo
 

Subclasses of WasDerivedFrom in org.openprovenance.elmo
 class RdfWasDerivedFrom
           
 

Methods in org.openprovenance.elmo that return WasDerivedFrom
 WasDerivedFrom RdfObjectFactory.createWasDerivedFrom()
           
 WasDerivedFrom RdfOPMFactory.newWasDerivedFrom(WasDerivedFrom d)
           
 

Methods in org.openprovenance.elmo with parameters of type WasDerivedFrom
 WasDerivedFrom RdfOPMFactory.newWasDerivedFrom(WasDerivedFrom d)
           
 

Uses of WasDerivedFrom in org.openprovenance.model
 

Methods in org.openprovenance.model that return WasDerivedFrom
 WasDerivedFrom IndexedOPMGraph.addWasDerivedFrom(WasDerivedFrom wasDerivedFrom)
          Add a wasDerivedFrom edge to the graph.
 WasDerivedFrom ObjectFactory.createWasDerivedFrom()
          Create an instance of WasDerivedFrom
 WasDerivedFrom OPMFactory.newWasDerivedFrom(Artifact a1, Artifact a2, Collection<Account> accounts)
           
 WasDerivedFrom OPMFactory.newWasDerivedFrom(String id, Artifact a1, Artifact a2, Collection<Account> accounts)
           
 WasDerivedFrom OPMFactory.newWasDerivedFrom(String id, Artifact a1, Artifact a2, String type, Collection<Account> accounts)
           
 WasDerivedFrom OPMFactory.newWasDerivedFrom(String id, ArtifactRef aid1, ArtifactRef aid2, Collection<AccountRef> accounts)
           
 WasDerivedFrom OPMFactory.newWasDerivedFrom(WasDerivedFrom d)
           
 

Methods in org.openprovenance.model that return types with arguments of type WasDerivedFrom
 Collection<WasDerivedFrom> IndexedOPMGraph.getWasDerivedFrom()
          Return all WasDerivedFrom edges for this graph.
 Collection<WasDerivedFrom> IndexedOPMGraph.getWasDerivedFromWithCause(Artifact a)
          Return all WasDerivedFrom edges with artifact a as a cause.
 Collection<WasDerivedFrom> IndexedOPMGraph.getWasDerivedFromWithEffect(Artifact a)
          Return all WasDerivedFrom edges with artifact a as an effect .
 

Methods in org.openprovenance.model with parameters of type WasDerivedFrom
 WasDerivedFrom IndexedOPMGraph.addWasDerivedFrom(WasDerivedFrom wasDerivedFrom)
          Add a wasDerivedFrom edge to the graph.
 Annotation OPMFactory.newAnnotation(String id, WasDerivedFrom edge, String property, Object value, Collection<Account> accs)
           
 DependencyRef OPMFactory.newDependencyRef(WasDerivedFrom edge)
           
 WasDerivedFrom OPMFactory.newWasDerivedFrom(WasDerivedFrom d)
           
 

Uses of WasDerivedFrom in org.openprovenance.model.collections
 

Methods in org.openprovenance.model.collections that return WasDerivedFrom
 WasDerivedFrom CollectionFactory.newContained(String id, Artifact a1, Artifact a2, Collection<Account> accounts)
           
 WasDerivedFrom CollectionFactory.newWasIdenticalTo(String id, Artifact a1, Artifact a2, Collection<Account> accounts)
           
 



Copyright © 2011. All Rights Reserved.