Uses of Interface
org.openprovenance.prov.model.Relation
-
Packages that use Relation 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 Relation in org.openprovenance.prov.model
Subinterfaces of Relation in org.openprovenance.prov.model Modifier and Type Interface Description interfaceActedOnBehalfOfInterface for the PROV Delegation association.interfaceAlternateOfInterface for PROV Alternate association.interfaceDerivedByInsertionFromInterface for PROV Dictionary Insertion.interfaceDerivedByRemovalFromInterface for PROV Dictionary Removal.interfaceDictionaryMembershipInterface for PROV Dictionary MembershipinterfaceHadMemberInterface 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.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 Relation Modifier and Type Method Description <T extends Relation>
TIndexedDocument. add(T statement, int num, Collection<T> anonRelationCollection, HashMap<QualifiedName,Collection<T>> namedRelationMap, HashMap<QualifiedName,Collection<T>> effectRelationMap, HashMap<QualifiedName,Collection<T>> causeRelationMap)Add an edge to the graph.Methods in org.openprovenance.prov.model that return Relation Modifier and Type Method Description RelationBeanTraversal. doAction(DerivedByInsertionFrom o)RelationBeanTraversal. doAction(DerivedByRemovalFrom o)RelationBeanTraversal. doAction(DictionaryMembership o)Methods in org.openprovenance.prov.model that return types with arguments of type Relation Modifier and Type Method Description List<Relation>ProvUtilities. getRelations(Bundle d)List<Relation>ProvUtilities. getRelations(Document d)Methods in org.openprovenance.prov.model with parameters of type Relation Modifier and Type Method Description QualifiedNameProvUtilities. getCause(Relation r)QualifiedNameProvUtilities. getEffect(Relation r)List<QualifiedName>ProvUtilities. getOtherCauses(Relation r) -
Uses of Relation in org.openprovenance.prov.model.extension
Subinterfaces of Relation in org.openprovenance.prov.model.extension Modifier and Type Interface Description interfaceQualifiedAlternateOfinterfaceQualifiedHadMemberinterfaceQualifiedSpecializationOf -
Uses of Relation in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement Relation Modifier and Type Class Description classActedOnBehalfOfclassAlternateOfclassHadMemberclassQualifiedAlternateOfclassQualifiedHadMemberclassQualifiedSpecializationOfclassSpecializationOfclassUsedclassWasAssociatedWithclassWasAttributedToclassWasDerivedFromclassWasEndedByclassWasGeneratedByclassWasInfluencedByclassWasInformedByclassWasInvalidatedByclassWasStartedBy
-