Uses of Interface
org.openprovenance.prov.model.WasStartedBy
-
Packages that use WasStartedBy 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 WasStartedBy in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model with parameters of type WasStartedBy Modifier and Type Method Description WasStartedByIndexedDocument. add(WasStartedBy wsb)WasStartedByProvFactory. addAttributes(WasStartedBy from, WasStartedBy to)WasStartedByBeanTraversal. doAction(WasStartedBy start)voidIndexedDocument. doAction(WasStartedBy s)voidNamespaceGatherer. doAction(WasStartedBy start)ObjectProvFactory.Cloner. doAction(WasStartedBy s)voidStatementAction. doAction(WasStartedBy s)ObjectStatementActionValue. doAction(WasStartedBy s)WasStartedByProvFactory. newWasStartedBy(WasStartedBy u) -
Uses of WasStartedBy in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement WasStartedBy Modifier and Type Class Description classWasStartedByMethods in org.openprovenance.prov.vanilla that return WasStartedBy Modifier and Type Method Description WasStartedByModelConstructor. newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger, QualifiedName starter, XMLGregorianCalendar time, Collection<Attribute> attributes)A factory method to create an instance of a startWasStartedByWasStartedByProvFactory. newWasStartedBy(QualifiedName id, QualifiedName aid, QualifiedName eid)WasStartedByProvFactory. newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger, QualifiedName starter)A factory method to create an instance of a startWasStartedByWasStartedByProvFactory. newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger, QualifiedName starter, XMLGregorianCalendar time, Collection<Attribute> attributes)
-