Uses of Interface
org.openprovenance.prov.model.WasStartedBy
Packages that use WasStartedBy
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of WasStartedBy in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return WasStartedByModifier and TypeMethodDescriptionIndexedDocument.add(WasStartedBy wsb) ProvFactory.addAttributes(WasStartedBy from, WasStartedBy to) BeanTraversal.doAction(WasStartedBy start) ModelConstructor.newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger, QualifiedName starter, XMLGregorianCalendar time, Collection<Attribute> attributes) A factory method to create an instance of a startWasStartedByProvFactory.newWasStartedBy(QualifiedName id) A factory method to create an instance of a startWasStartedByProvFactory.newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger) ProvFactory.newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger, QualifiedName starter) A factory method to create an instance of a startWasStartedByProvFactory.newWasStartedBy(WasStartedBy u) Methods in org.openprovenance.prov.model with parameters of type WasStartedByModifier and TypeMethodDescriptionIndexedDocument.add(WasStartedBy wsb) ProvFactory.addAttributes(WasStartedBy from, WasStartedBy to) BeanTraversal.doAction(WasStartedBy start) voidIndexedDocument.doAction(WasStartedBy s) voidNamespaceGatherer.doAction(WasStartedBy start) ProvFactory.Cloner.doAction(WasStartedBy s) voidStatementAction.doAction(WasStartedBy s) StatementActionValue.doAction(WasStartedBy s) ProvFactory.newWasStartedBy(WasStartedBy u) -
Uses of WasStartedBy in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement WasStartedByMethods in org.openprovenance.prov.vanilla that return WasStartedByModifier and TypeMethodDescriptionModelConstructor.newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger, QualifiedName starter, XMLGregorianCalendar time, Collection<Attribute> attributes) A factory method to create an instance of a startWasStartedByProvFactory.newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger) ProvFactory.newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger, QualifiedName starter) A factory method to create an instance of a startWasStartedByProvFactory.newWasStartedBy(QualifiedName id, QualifiedName activity, QualifiedName trigger, QualifiedName starter, XMLGregorianCalendar time, Collection<Attribute> attributes)