Uses of Interface
org.openprovenance.prov.model.Used
-
Packages that use Used 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 Used in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Used Modifier and Type Method Description UsedIndexedDocument. add(Used used)UsedProvFactory. addAttributes(Used from, Used to)UsedObjectFactory. createUsed()Create an instance ofUsedUsedBeanTraversal. doAction(Used use)UsedModelConstructor. newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time, Collection<Attribute> attributes)A factory method to create an instance of a UsageUsedUsedProvFactory. newUsed(QualifiedName id)A factory method to create an instance of a usageUsedUsedProvFactory. newUsed(QualifiedName activity, QualifiedName entity)A factory method to create an instance of a usageUsedUsedProvFactory. newUsed(QualifiedName id, QualifiedName aid, String role, QualifiedName eid)UsedProvFactory. newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity)A factory method to create an instance of a usageUsedUsedProvFactory. newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time)UsedProvFactory. newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time, Collection<Attribute> attributes)UsedProvFactory. newUsed(Used u)A factory method to create an instance of a usageUsedfrom anotherMethods in org.openprovenance.prov.model that return types with arguments of type Used Modifier and Type Method Description Collection<Used>IndexedDocument. getUsed()Return all used edges for this graph.Collection<Used>IndexedDocument. getUsed(Activity p)Return all used edges with activity p as an effect.Collection<Used>IndexedDocument. getUsed(Entity p)Return all used edges with entity a as a cause.Methods in org.openprovenance.prov.model with parameters of type Used Modifier and Type Method Description UsedIndexedDocument. add(Used used)UsedProvFactory. addAttributes(Used from, Used to)UsedBeanTraversal. doAction(Used use)voidIndexedDocument. doAction(Used s)voidNamespaceGatherer. doAction(Used use)ObjectProvFactory.Cloner. doAction(Used s)voidStatementAction. doAction(Used s)ObjectStatementActionValue. doAction(Used s)UsedProvFactory. newUsed(Used u)A factory method to create an instance of a usageUsedfrom another -
Uses of Used in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement Used Modifier and Type Class Description classUsedMethods in org.openprovenance.prov.vanilla that return Used Modifier and Type Method Description UsedModelConstructor. newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time, Collection<Attribute> attributes)A factory method to create an instance of a UsageUsedUsedProvFactory. newUsed(QualifiedName id)A factory method to create an instance of a usageUsedUsedProvFactory. newUsed(QualifiedName activity, QualifiedName entity)A factory method to create an instance of a usageUsedUsedProvFactory. newUsed(QualifiedName id, QualifiedName aid, String role, QualifiedName eid)UsedProvFactory. newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity)A factory method to create an instance of a usageUsedUsedProvFactory. newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time)UsedProvFactory. newUsed(QualifiedName id, QualifiedName activity, QualifiedName entity, XMLGregorianCalendar time, Collection<Attribute> attributes)
-