Uses of Interface
org.openprovenance.prov.model.HasOther
-
Packages that use HasOther 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 HasOther in org.openprovenance.prov.model
Subinterfaces of HasOther 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.interfaceDerivedByInsertionFromInterface for PROV Dictionary Insertion.interfaceDerivedByRemovalFromInterface for PROV Dictionary Removal.interfaceElementInterface for an Entity, an Activity, or an Agent.interfaceEntityInterface for the PROV Entity complex type.interfaceInfluenceInterface to denote a relation that carries some influence.interfaceQualifiedRelationInterface to denote a relation that carries some influence.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 parameters of type HasOther Modifier and Type Method Description voidProvFactory. addAttribute(HasOther a, Other o)Hashtable<String,List<Other>>ProvUtilities. attributesWithNamespace(HasOther object, String namespace)List<Attribute>BeanTraversal. convertAttributes(HasOther e, List<Attribute> acc)StringProvFactory. getRole(HasOther e)List<Type>ProvFactory. getType(HasOther e)voidProvFactory. setAttributes(HasOther res, Collection<Attribute> attributes) -
Uses of HasOther in org.openprovenance.prov.model.extension
Subinterfaces of HasOther in org.openprovenance.prov.model.extension Modifier and Type Interface Description interfaceQualifiedAlternateOfinterfaceQualifiedHadMemberinterfaceQualifiedSpecializationOf -
Uses of HasOther in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement HasOther Modifier and Type Class Description classActedOnBehalfOfclassActivityclassAgentclassEntityclassQualifiedAlternateOfclassQualifiedHadMemberclassQualifiedSpecializationOfclassUsedclassWasAssociatedWithclassWasAttributedToclassWasDerivedFromclassWasEndedByclassWasGeneratedByclassWasInfluencedByclassWasInformedByclassWasInvalidatedByclassWasStartedBy
-