Uses of Interface
org.openprovenance.prov.model.Key
Packages that use Key
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of Key in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return KeyModifier and TypeMethodDescriptionEntry.getKey()abstract KeyProvFactory.newKey(Object o, QualifiedName type) Methods in org.openprovenance.prov.model that return types with arguments of type KeyMethods in org.openprovenance.prov.model with parameters of type KeyModifier and TypeMethodDescriptionabstract EntryProvFactory.newEntry(Key key, QualifiedName entity) Factory method for Key-entity entries.voidstatic StringProvUtilities.valueToNotationString(Key key) Method parameters in org.openprovenance.prov.model with type arguments of type KeyModifier and TypeMethodDescriptionModelConstructor.newDerivedByRemovalFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Key> keys, Collection<Attribute> attributes) -
Uses of Key in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement KeyMethods in org.openprovenance.prov.vanilla that return KeyModifier and TypeMethodDescriptionEntry.getKey()ProvFactory.newKey(Object o, QualifiedName type) Methods in org.openprovenance.prov.vanilla that return types with arguments of type KeyMethods in org.openprovenance.prov.vanilla with parameters of type KeyMethod parameters in org.openprovenance.prov.vanilla with type arguments of type KeyModifier and TypeMethodDescriptionModelConstructor.newDerivedByRemovalFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Key> keys, Collection<Attribute> attributes) ProvFactory.newDerivedByRemovalFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Key> keys, Collection<Attribute> attributes) Constructors in org.openprovenance.prov.vanilla with parameters of type KeyConstructor parameters in org.openprovenance.prov.vanilla with type arguments of type KeyModifierConstructorDescriptionDerivedByRemovalFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Key> key, Collection<Attribute> attributes)