Uses of Interface
org.openprovenance.prov.model.Agent
-
Packages that use Agent 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 Agent in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Agent Modifier and Type Method Description AgentIndexedDocument. add(Agent agent)AgentIndexedDocument. add(QualifiedName name, Agent agent)AgentProvFactory. addAttributes(Agent from, Agent to)AgentObjectFactory. createAgent()AgentBeanTraversal. doAction(Agent e)AgentIndexedDocument. getAgent(String name)AgentModelConstructor. newAgent(QualifiedName id, Collection<Attribute> attributes)AgentProvFactory. newAgent(Agent a)Creates a copy of an agent.AgentProvFactory. newAgent(QualifiedName ag)Creates a newAgentwith provided identifierAgentProvFactory. newAgent(QualifiedName ag, String label)Creates a newAgentwith provided identifier and labelAgentProvFactory. newAgent(QualifiedName id, Collection<Attribute> attributes)Creates a newAgentwith provided identifier and attributesMethods in org.openprovenance.prov.model that return types with arguments of type Agent Modifier and Type Method Description List<Agent>ProvUtilities. getAgent(Bundle d)List<Agent>ProvUtilities. getAgent(Document d)Methods in org.openprovenance.prov.model with parameters of type Agent Modifier and Type Method Description AgentIndexedDocument. add(Agent agent)AgentIndexedDocument. add(QualifiedName name, Agent agent)AgentProvFactory. addAttributes(Agent from, Agent to)AgentBeanTraversal. doAction(Agent e)voidIndexedDocument. doAction(Agent s)voidNamespaceGatherer. doAction(Agent ag)ObjectProvFactory.Cloner. doAction(Agent s)voidStatementAction. doAction(Agent s)ObjectStatementActionValue. doAction(Agent s)Collection<WasAssociatedWith>IndexedDocument. getWasAssociatedWith(Agent a)Return all WasAssociatedWith edges with entity a as a cause.AgentProvFactory. newAgent(Agent a)Creates a copy of an agent.DocumentProvFactory. 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 Agent Modifier and Type Class Description classAgentMethods in org.openprovenance.prov.vanilla that return Agent Modifier and Type Method Description AgentModelConstructor. newAgent(QualifiedName id, Collection<Attribute> attributes)AgentProvFactory. newAgent(QualifiedName ag)Creates a newAgentwith provided identifierAgentProvFactory. newAgent(QualifiedName ag, String label)Creates a newAgentwith provided identifier and labelAgentProvFactory. newAgent(QualifiedName id, Collection<Attribute> attributes)Creates a newAgentwith provided identifier and attributes
-