Exemplo n.º 1
0
 public static Agent createAgent(Model model, URI resourceURI) throws OREException {
   AgentJena agent = new AgentJena();
   agent.setModel(model, resourceURI);
   return agent;
 }
Exemplo n.º 2
0
 public static Agent createAgent(Resource resource) {
   AgentJena agent = new AgentJena();
   agent.setResource(resource);
   return agent;
 }