Uses of Interface
org.openprovenance.prov.model.Key
-
Packages that use Key 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 Key in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Key Modifier and Type Method Description KeyObjectFactory. createKey()KeyEntry. getKey()abstract KeyProvFactory. newKey(Object o, QualifiedName type)Methods in org.openprovenance.prov.model that return types with arguments of type Key Modifier and Type Method Description List<Key>DerivedByRemovalFrom. getKey()Get the set of deleted keys.Methods in org.openprovenance.prov.model with parameters of type Key Modifier and Type Method Description EntryProvFactory. newEntry(Key key, QualifiedName entity)Factory method for Key-entity entries.voidEntry. setKey(Key key)static StringProvUtilities. valueToNotationString(Key key)Method parameters in org.openprovenance.prov.model with type arguments of type Key Modifier and Type Method Description DerivedByRemovalFromModelConstructor. newDerivedByRemovalFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Key> keys, Collection<Attribute> attributes)DerivedByRemovalFromProvFactory. newDerivedByRemovalFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Key> keys, Collection<Attribute> attributes) -
Uses of Key in org.openprovenance.prov.vanilla
Methods in org.openprovenance.prov.vanilla that return Key Modifier and Type Method Description KeyProvFactory. newKey(Object o, QualifiedName type)Method parameters in org.openprovenance.prov.vanilla with type arguments of type Key Modifier and Type Method Description DerivedByRemovalFromModelConstructor. newDerivedByRemovalFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Key> keys, Collection<Attribute> attributes)
-