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. -
-
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)
-