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