Uses of Interface
org.openprovenance.prov.model.Entry
-
Packages that use Entry 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 Entry in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Entry Modifier and Type Method Description EntryObjectFactory. createEntry()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 Entry Modifier and Type Method Description List<Entry>DerivedByInsertionFrom. getKeyEntityPair()List<Entry>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 Entry Modifier and Type Method Description DerivedByInsertionFromModelConstructor. newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes)DerivedByInsertionFromProvFactory. newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes)DictionaryMembershipModelConstructor. newDictionaryMembership(QualifiedName dict, List<Entry> keyEntitySet)DictionaryMembershipProvFactory. newDictionaryMembership(QualifiedName dict, List<Entry> entitySet) -
Uses of Entry in org.openprovenance.prov.vanilla
Method parameters in org.openprovenance.prov.vanilla with type arguments of type Entry Modifier and Type Method Description DerivedByInsertionFromModelConstructor. newDerivedByInsertionFrom(QualifiedName id, QualifiedName after, QualifiedName before, List<Entry> keyEntitySet, Collection<Attribute> attributes)DictionaryMembershipModelConstructor. newDictionaryMembership(QualifiedName dict, List<Entry> keyEntitySet)
-