Uses of Interface
org.openprovenance.prov.model.StatementOrBundle
-
Packages that use StatementOrBundle 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 StatementOrBundle in org.openprovenance.prov.model
Subinterfaces of StatementOrBundle 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.interfaceBundleInterface for a PROV Bundle.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.interfaceStatementInterface for a PROV unit of descriptioninterfaceUsedInterface 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 that return types with arguments of type StatementOrBundle Modifier and Type Method Description List<StatementOrBundle>Document. getStatementOrBundle()Gets the value of the statementOrBundle property.Methods in org.openprovenance.prov.model with parameters of type StatementOrBundle Modifier and Type Method Description voidProvUtilities. doAction(StatementOrBundle s, StatementAction action)ObjectProvUtilities. doAction(StatementOrBundle s, StatementActionValue action)Method parameters in org.openprovenance.prov.model with type arguments of type StatementOrBundle Modifier and Type Method Description voidProvUtilities. forAllStatementOrBundle(List<StatementOrBundle> records, StatementAction action)<T> List<T>ProvUtilities. getObject(Class<T> cl, List<StatementOrBundle> ll) -
Uses of StatementOrBundle in org.openprovenance.prov.model.extension
Subinterfaces of StatementOrBundle in org.openprovenance.prov.model.extension Modifier and Type Interface Description interfaceQualifiedAlternateOfinterfaceQualifiedHadMemberinterfaceQualifiedSpecializationOf -
Uses of StatementOrBundle in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement StatementOrBundle Modifier and Type Class Description classActedOnBehalfOfclassActivityclassAgentclassAlternateOfclassBundleclassEntityclassHadMemberclassQualifiedAlternateOfclassQualifiedHadMemberclassQualifiedSpecializationOfclassSpecializationOfclassUsedclassWasAssociatedWithclassWasAttributedToclassWasDerivedFromclassWasEndedByclassWasGeneratedByclassWasInfluencedByclassWasInformedByclassWasInvalidatedByclassWasStartedByMethods in org.openprovenance.prov.vanilla that return types with arguments of type StatementOrBundle Modifier and Type Method Description List<StatementOrBundle>Document. getStatementOrBundle()Constructor parameters in org.openprovenance.prov.vanilla with type arguments of type StatementOrBundle Constructor Description Document(List<StatementOrBundle> statementsOrBundle)Document(Namespace namespace, List<StatementOrBundle> statementsOrBundle)
-