Uses of Interface
org.openprovenance.prov.model.Entry
Packages that use Entry
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of Entry in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return EntryModifier and TypeMethodDescriptionabstract EntryProvFactory.newEntry(Key key, QualifiedName entity) Factory method for Key-entity entries.Methods in org.openprovenance.prov.model that return types with arguments of type EntryModifier and TypeMethodDescriptionDerivedByInsertionFrom.getKeyEntityPair()DictionaryMembership.getKeyEntityPair()A list of entries (key-entity pairs) that are members of the dictionary.Method parameters in org.openprovenance.prov.model with type arguments of type EntryModifier and TypeMethodDescriptionModelConstructor.newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes) ModelConstructor.newDictionaryMembership(QualifiedName dict, List<Entry> keyEntitySet) ModelConstructor.newDictionaryMembership(QualifiedName id, QualifiedName dict, List<Entry> keyEntitySet, Collection<Attribute> attributes) ProvFactory.newDictionaryMembership(QualifiedName dict, List<Entry> entitySet) -
Uses of Entry in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement EntryMethods in org.openprovenance.prov.vanilla that return EntryMethods in org.openprovenance.prov.vanilla that return types with arguments of type EntryModifier and TypeMethodDescriptionDerivedByInsertionFrom.getKeyEntityPair()DictionaryMembership.getKeyEntityPair()Method parameters in org.openprovenance.prov.vanilla with type arguments of type EntryModifier and TypeMethodDescriptionModelConstructor.newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes) ProvFactory.newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes) ModelConstructor.newDictionaryMembership(QualifiedName dict, List<Entry> keyEntitySet) ModelConstructor.newDictionaryMembership(QualifiedName id, QualifiedName dict, List<Entry> keyEntitySet, Collection<Attribute> attributes) ProvFactory.newDictionaryMembership(QualifiedName id, QualifiedName dict, List<Entry> keyEntitySet, Collection<Attribute> attributes) Constructor parameters in org.openprovenance.prov.vanilla with type arguments of type EntryModifierConstructorDescriptionDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes) DictionaryMembership(QualifiedName id, QualifiedName dictionary, List<Entry> keyEntityPair, Collection<Attribute> attributes)