Uses of Interface
org.openprovenance.prov.model.Agent
Packages that use Agent
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of Agent in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return AgentModifier and TypeMethodDescriptionIndexedDocument.add(QualifiedName name, Agent agent) ProvFactory.addAttributes(Agent from, Agent to) IndexedDocument.getAgent(QualifiedName name) ModelConstructor.newAgent(QualifiedName id, Collection<Attribute> attributes) Creates a copy of an agent.ProvFactory.newAgent(QualifiedName ag) Creates a newAgentwith provided identifierProvFactory.newAgent(QualifiedName ag, String label) Creates a newAgentwith provided identifier and labelMethods in org.openprovenance.prov.model that return types with arguments of type AgentMethods in org.openprovenance.prov.model with parameters of type AgentModifier and TypeMethodDescriptionIndexedDocument.add(QualifiedName name, Agent agent) ProvFactory.addAttributes(Agent from, Agent to) voidvoidvoidIndexedDocument.getWasAssociatedWith(Agent a) Return all WasAssociatedWith edges with entity a as a cause.Creates a copy of an agent.ProvFactory.newDocument(Activity[] ps, Entity[] as, Agent[] ags, Statement[] lks) -
Uses of Agent in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement AgentMethods in org.openprovenance.prov.vanilla that return AgentModifier and TypeMethodDescriptionModelConstructor.newAgent(QualifiedName id, Collection<Attribute> attributes) ProvFactory.newAgent(QualifiedName ag) Creates a newAgentwith provided identifierProvFactory.newAgent(QualifiedName ag, String label) Creates a newAgentwith provided identifier and labelProvFactory.newAgent(QualifiedName id, Collection<Attribute> attributes) Creates a newAgentwith provided identifier and attributes