Uses of Interface
org.openprovenance.prov.model.Entity
-
Packages that use Entity 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 Entity in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Entity Modifier and Type Method Description EntityIndexedDocument. add(Entity entity)EntityIndexedDocument. add(QualifiedName name, Entity entity)EntityProvFactory. addAttributes(Entity from, Entity to)EntityObjectFactory. createEntity()EntityBeanTraversal. doAction(Entity e)EntityIndexedDocument. getEntity(QualifiedName name)EntityModelConstructor. newEntity(QualifiedName id, Collection<Attribute> attributes)EntityProvFactory. newEntity(Entity e)Creates a copy of an entity.EntityProvFactory. newEntity(QualifiedName id)Creates a newEntitywith provided identifierEntityProvFactory. newEntity(QualifiedName id, String label)Creates a newEntitywith provided identifier and labelEntityProvFactory. newEntity(QualifiedName id, Collection<Attribute> attributes)Creates a newEntitywith provided identifier and attributesMethods in org.openprovenance.prov.model that return types with arguments of type Entity Modifier and Type Method Description List<Entity>ProvUtilities. getEntity(Bundle d)List<Entity>ProvUtilities. getEntity(Document d)Methods in org.openprovenance.prov.model with parameters of type Entity Modifier and Type Method Description EntityIndexedDocument. add(Entity entity)EntityIndexedDocument. add(QualifiedName name, Entity entity)EntityProvFactory. addAttributes(Entity from, Entity to)EntityBeanTraversal. doAction(Entity e)voidIndexedDocument. doAction(Entity s)voidNamespaceGatherer. doAction(Entity e)ObjectProvFactory.Cloner. doAction(Entity s)voidStatementAction. doAction(Entity s)ObjectStatementActionValue. doAction(Entity s)Collection<Used>IndexedDocument. getUsed(Entity p)Return all used edges with entity a as a cause.Collection<WasDerivedFrom>IndexedDocument. getWasDerivedFromWithCause(Entity a)Return all WasDerivedFrom edges with entity a as a cause.Collection<WasDerivedFrom>IndexedDocument. getWasDerivedFromWithEffect(Entity a)Return all WasDerivedFrom edges with entity a as an effect .Collection<WasGeneratedBy>IndexedDocument. getWasGeneratedBy(Entity p)Return all WasGeneratedBy edges with entity a as a cause.DocumentProvFactory. newDocument(Activity[] ps, Entity[] as, Agent[] ags, Statement[] lks)EntityProvFactory. newEntity(Entity e)Creates a copy of an entity.WasGeneratedByProvFactory. newWasGeneratedBy(Entity a, String role, Activity p)WasGeneratedByProvFactory. newWasGeneratedBy(QualifiedName id, Entity a, String role, Activity p) -
Uses of Entity in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement Entity Modifier and Type Class Description classEntityMethods in org.openprovenance.prov.vanilla that return Entity Modifier and Type Method Description EntityModelConstructor. newEntity(QualifiedName id, Collection<Attribute> attributes)EntityProvFactory. newEntity(QualifiedName a)EntityProvFactory. newEntity(QualifiedName id, String label)Creates a newEntitywith provided identifier and labelEntityProvFactory. newEntity(QualifiedName id, Collection<Attribute> attributes)Creates a newEntitywith provided identifier and attributes
-