Uses of Interface
org.openprovenance.prov.model.Statement
-
Packages that use Statement 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.model.extension org.openprovenance.prov.vanilla -
-
Uses of Statement in org.openprovenance.prov.model
Subinterfaces of Statement in org.openprovenance.prov.model Modifier and Type Interface Description interfaceActedOnBehalfOfInterface for the PROV Delegation association.interfaceActivityInterface for the PROV Activity complex type.interfaceAgentInterface for the PROV Agent complex type.interfaceAlternateOfInterface for PROV Alternate association.interfaceDerivedByInsertionFromInterface for PROV Dictionary Insertion.interfaceDerivedByRemovalFromInterface for PROV Dictionary Removal.interfaceDictionaryMembershipInterface for PROV Dictionary MembershipinterfaceElementInterface for an Entity, an Activity, or an Agent.interfaceEntityInterface for the PROV Entity complex type.interfaceHadMemberInterface for PROV Collection MembershipinterfaceInfluenceInterface to denote a relation that carries some influence.interfaceMentionOfInterface for PROV MentionOf association.interfaceQualifiedRelationInterface to denote a relation that carries some influence.interfaceRelationAn interface for all PROVStatementthat are a relation.interfaceSpecializationOfInterface for PROV Specialization association.interfaceUsedInterface for PROV Usage association.interfaceWasAssociatedWithInterface for the PROV Association association.interfaceWasAttributedToInterface for the PROV Attribution association.interfaceWasDerivedFromInterface for PROV Derivation association.interfaceWasEndedByInterface for PROV End association.interfaceWasGeneratedByInterface for PROV Generation association.interfaceWasInfluencedByInterface for the PROV Influence association.interfaceWasInformedByInterface for the PROV Communication association.interfaceWasInvalidatedByInterface for PROV Invalidation association.interfaceWasStartedByInterface for PROV Start association.Methods in org.openprovenance.prov.model with type parameters of type Statement Modifier and Type Method Description <T extends Statement>
TProvFactory. newStatement(T s)Methods in org.openprovenance.prov.model that return types with arguments of type Statement Modifier and Type Method Description List<Statement>Bundle. getStatement()List<Statement>ProvUtilities. getStatement(Bundle d)List<Statement>ProvUtilities. getStatement(Document d)Methods in org.openprovenance.prov.model with parameters of type Statement Modifier and Type Method Description Collection<Attribute>ProvFactory. getAttributes(Statement statement)ObjectProvUtilities. getter(Statement s, int i)booleanProvUtilities. hasNoTime(Statement o)Indicates whether object has no time field.DocumentProvFactory. newDocument(Activity[] ps, Entity[] as, Agent[] ags, Statement[] lks)voidProvUtilities. setter(Statement s, int i, Object val)Method parameters in org.openprovenance.prov.model with type arguments of type Statement Modifier and Type Method Description voidProvUtilities. forAllStatement(List<Statement> records, StatementAction action)<T> List<T>ProvUtilities. getObject2(Class<T> cl, List<Statement> ll)DocumentModelConstructor. newDocument(Namespace namespace, Collection<Statement> statements, Collection<Bundle> bundles)A factory method to create an instance of aDocumentDocumentProvFactory. newDocument(Namespace namespace, Collection<Statement> statements, Collection<Bundle> bundles)BundleModelConstructor. newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements)A factory method to create an instance of a BundleBundleBundleProvFactory. newNamedBundle(QualifiedName id, Collection<Statement> lks)BundleProvFactory. newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements) -
Uses of Statement in org.openprovenance.prov.model.extension
Subinterfaces of Statement in org.openprovenance.prov.model.extension Modifier and Type Interface Description interfaceQualifiedAlternateOfinterfaceQualifiedHadMemberinterfaceQualifiedSpecializationOf -
Uses of Statement in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement Statement Modifier and Type Class Description classActedOnBehalfOfclassActivityclassAgentclassAlternateOfclassEntityclassHadMemberclassQualifiedAlternateOfclassQualifiedHadMemberclassQualifiedSpecializationOfclassSpecializationOfclassUsedclassWasAssociatedWithclassWasAttributedToclassWasDerivedFromclassWasEndedByclassWasGeneratedByclassWasInfluencedByclassWasInformedByclassWasInvalidatedByclassWasStartedByMethods in org.openprovenance.prov.vanilla that return types with arguments of type Statement Modifier and Type Method Description List<Statement>Bundle. getStatement()Method parameters in org.openprovenance.prov.vanilla with type arguments of type Statement Modifier and Type Method Description DocumentModelConstructor. newDocument(Namespace namespace, Collection<Statement> statements, Collection<Bundle> bundles)A factory method to create an instance of aDocumentDocumentProvFactory. newDocument(Namespace namespace, Collection<Statement> statements, Collection<Bundle> bundles)BundleModelConstructor. newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements)A factory method to create an instance of a BundleBundleBundleProvFactory. newNamedBundle(QualifiedName id, Collection<Statement> statements)BundleProvFactory. newNamedBundle(QualifiedName id, Namespace namespace, Collection<Statement> statements)Constructor parameters in org.openprovenance.prov.vanilla with type arguments of type Statement Constructor Description Bundle(QualifiedName id, Namespace namespace, Collection<Statement> statements)Document(Namespace namespace, Collection<Statement> statements, Collection<Bundle> bundles)
-