Uses of Interface
org.openprovenance.prov.model.WasDerivedFrom
-
Packages that use WasDerivedFrom Package Description org.openprovenance.prov.model Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.org.openprovenance.prov.vanilla -
-
Uses of WasDerivedFrom in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return types with arguments of type WasDerivedFrom Modifier and Type Method Description Collection<WasDerivedFrom>IndexedDocument. getWasDerivedFrom()Return all WasDerivedFrom edges for this graph.Collection<WasDerivedFrom>IndexedDocument. getWasDerivedFromWithCause(Entity a)Return all WasDerivedFrom edges with entity a as a cause.Collection<WasDerivedFrom>IndexedDocument. getWasDerivedFromWithEffect(Entity a)Return all WasDerivedFrom edges with entity a as an effect .Methods in org.openprovenance.prov.model with parameters of type WasDerivedFrom Modifier and Type Method Description WasDerivedFromIndexedDocument. add(WasDerivedFrom wdf)WasDerivedFromProvFactory. addAttributes(WasDerivedFrom from, WasDerivedFrom to)WasDerivedFromBeanTraversal. doAction(WasDerivedFrom deriv)voidIndexedDocument. doAction(WasDerivedFrom s)voidNamespaceGatherer. doAction(WasDerivedFrom der)ObjectProvFactory.Cloner. doAction(WasDerivedFrom s)voidStatementAction. doAction(WasDerivedFrom s)ObjectStatementActionValue. doAction(WasDerivedFrom s)WasDerivedFromProvFactory. newWasDerivedFrom(WasDerivedFrom d) -
Uses of WasDerivedFrom in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement WasDerivedFrom Modifier and Type Class Description classWasDerivedFromMethods in org.openprovenance.prov.vanilla that return WasDerivedFrom Modifier and Type Method Description WasDerivedFromModelConstructor. newWasDerivedFrom(QualifiedName id, QualifiedName e2, QualifiedName e1, QualifiedName activity, QualifiedName generation, QualifiedName usage, Collection<Attribute> attributes)A factory method to create an instance of a derivationWasDerivedFromWasDerivedFromProvFactory. newWasDerivedFrom(QualifiedName e2, QualifiedName e1)A factory method to create an instance of a derivationWasDerivedFromWasDerivedFromProvFactory. newWasDerivedFrom(QualifiedName id, QualifiedName e2, QualifiedName e1)A factory method to create an instance of a derivationWasDerivedFromWasDerivedFromProvFactory. newWasDerivedFrom(QualifiedName id, QualifiedName e2, QualifiedName e1, QualifiedName a, QualifiedName gen, QualifiedName use, Collection<Attribute> attributes)
-