Lines Matching refs:getImplementation

200         ontModel.add(r, RDF.type, (Resource) c.getImplementation());

209 ontModel.add(r, RDF.type, (Resource) c.getImplementation());
340 Resource subject = (Resource) ind.getImplementation();
341 Property predicate = (Property) prop.getImplementation();
342 Literal object = (Literal) value.getImplementation();
360 (Resource) ind.getImplementation(),
361 (Property) prop.getImplementation(),
362 (Literal) value.getImplementation());
376 Resource subject = (Resource) ind.getImplementation();
377 Property predicate = (Property) prop.getImplementation();
385 Resource subject = (Resource)ind.getImplementation();
386 Property predicate = (Property)prop.getImplementation();
387 RDFNode object = (RDFNode)value.getImplementation();
398 (Resource) ind.getImplementation(),
399 (Property) prop.getImplementation(),
400 (Resource) value.getImplementation());
405 Resource subject = (Resource) ind.getImplementation();
406 Property predicate = (Property) prop.getImplementation();
407 Resource object = (Resource) value.getImplementation();
417 (Resource) ind.getImplementation(),
419 (Resource) c.getImplementation());
424 Resource subject = (Resource) ind.getImplementation();
486 Model m1 = ((OntModel) this.getImplementation()).getBaseModel();
487 Model m2 = ((OntModel) ont.getImplementation()).getBaseModel();
527 Resource resource = (Resource) ind.getImplementation();
534 Resource resource = (Resource) ind.getImplementation();
614 Property prop = (Property) OWLS.Process.toParam.getImplementation();
615 ResIterator iter = getOntModel().listSubjectsWithProperty(prop, parameter.getImplementation());