public interface Agent extends OREResource
OREResource, so inherits all the interface
definitions from there also.OREResource| Modifier and Type | Method and Description |
|---|---|
void |
addMbox(URI mbox)
Add the given mbox (i.e.
|
void |
addName(String name)
Add the given name to the current list of names associated with this Agent
|
List<URI> |
getMboxes()
Get all the mboxes (i.e.
|
List<String> |
getNames()
Get all the names associated with this Agent
|
void |
initialise()
Initialise an Agent as a blank node
|
void |
initialise(URI uri)
Initialise an Agent with the given URI
|
void |
setMboxes(List<URI> mboxes)
Set the list of mboxes (i.e.
|
void |
setNames(List<String> names)
Set the list of names associated with this Agent.
|
addAgent, addCreator, addRDF, addTriple, addTriples, addType, clearAgents, clearCreators, clearTypes, createTriple, createTriple, createTriple, createTriple, createTriple, createTriple, detach, empty, getAgents, getCreators, getOREType, getTypes, getURI, listAllTriples, listAllTriples, listTriples, listTriples, removeTriple, setAgents, setCreators, setTypesvoid initialise()
void initialise(URI uri)
uri - List<String> getNames() throws OREException
OREExceptionvoid setNames(List<String> names)
names - void addName(String name)
name - List<URI> getMboxes() throws OREException
OREExceptionvoid setMboxes(List<URI> mboxes)
mboxes - void addMbox(URI mbox)
mbox - Copyright © 2020. All rights reserved.