Uses of Interface
org.openprovenance.prov.model.Other
-
Packages that use Other 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.vanilla -
-
Uses of Other in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Other Modifier and Type Method Description OtherObjectFactory. createOther()OtherAtomConstructor. newOther(QualifiedName elementName, Object value, QualifiedName type)OtherProvFactory. newOther(String namespace, String local, String prefix, Object value, QualifiedName type)OtherProvFactory. newOther(QualifiedName elementName, Object value, QualifiedName type)Methods in org.openprovenance.prov.model that return types with arguments of type Other Modifier and Type Method Description Hashtable<String,List<Other>>AttributeProcessor. attributesWithNamespace(String namespace)Hashtable<String,List<Other>>ProvUtilities. attributesWithNamespace(HasOther object, String namespace)List<Other>HasOther. getOther()Gets the list of non-PROV attributes.Methods in org.openprovenance.prov.model with parameters of type Other Modifier and Type Method Description voidProvFactory. addAttribute(HasOther a, Other o)voidNamespaceGatherer. register(Other other)Method parameters in org.openprovenance.prov.model with type arguments of type Other Modifier and Type Method Description voidNamespaceGatherer. registerOther(List<Other> others)Constructor parameters in org.openprovenance.prov.model with type arguments of type Other Constructor Description AttributeProcessor(List<Other> attributes) -
Uses of Other in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement Other Modifier and Type Class Description classOtherMethods in org.openprovenance.prov.vanilla that return Other Modifier and Type Method Description OtherModelConstructor. newOther(QualifiedName elementName, Object value, QualifiedName type)OtherProvFactory. newOther(QualifiedName elementName, Object value, QualifiedName type)Methods in org.openprovenance.prov.vanilla that return types with arguments of type Other Modifier and Type Method Description List<Other>ActedOnBehalfOf. getOther()List<Other>Activity. getOther()List<Other>Agent. getOther()List<Other>Entity. getOther()List<Other>QualifiedAlternateOf. getOther()List<Other>QualifiedHadMember. getOther()List<Other>QualifiedSpecializationOf. getOther()List<Other>Used. getOther()List<Other>WasAssociatedWith. getOther()List<Other>WasAttributedTo. getOther()List<Other>WasDerivedFrom. getOther()List<Other>WasEndedBy. getOther()List<Other>WasGeneratedBy. getOther()List<Other>WasInfluencedBy. getOther()List<Other>WasInformedBy. getOther()List<Other>WasInvalidatedBy. getOther()List<Other>WasStartedBy. getOther()
-