Searched refs:getImplementation (Results 1 - 19 of 19) sorted by relevance

/owl-s/src/org/mindswap/owl/
H A DOWLObject.java10 public Object getImplementation(); method in interface:OWLObject
H A DOWLModel.java71 public Object getImplementation(); method in interface:OWLModel
/owl-s/src/impl/owl/
H A DOWLObjectImpl.java92 return getImplementation().toString();
97 return getImplementation().equals(((OWLObjectImpl)object).getImplementation());
104 int hash = getImplementation().hashCode();
H A DWrappedIndividual.java61 public Object getImplementation() { method in class:WrappedIndividual
62 return individual.getImplementation();
/owl-s/src/impl/swrl/
H A DSWRLDataValueImpl.java23 super((Literal) value.getImplementation());
/owl-s/src/impl/owls/process/
H A DValueDataImpl.java32 public Object getImplementation() { method in class:ValueDataImpl
33 return getData().getImplementation();
/owl-s/src/impl/jena/
H A DOWLOntologyImpl.java200 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();
[all...]
H A DOWLDataValueImpl.java53 public Object getImplementation() { method in class:OWLDataValueImpl
H A DOWLModelImpl.java207 public Object getImplementation() { method in class:OWLModelImpl
453 (Resource) ind1.getImplementation(),
455 (Resource) ind2.getImplementation());
462 (Resource) ind.getImplementation()),
468 (Resource) ind1.getImplementation(),
470 (Resource) ind2.getImplementation());
477 (Resource) ind.getImplementation()),
486 (Resource) c1.getImplementation(),
488 (Resource) c2.getImplementation());
496 (Resource) c1.getImplementation(),
[all...]
H A DOWLDataTypeImpl.java31 public Object getImplementation() { method in class:OWLDataTypeImpl
H A DOWLConverters.java126 Resource res = (Resource) entity.getImplementation();
154 Resource res = (Resource) entity.getImplementation();
170 Resource res = (Resource) entity.getImplementation();
184 Resource res = (Resource) entity.getImplementation();
H A DOWLEntityImpl.java143 resource.addProperty(prop, (Literal) value.getImplementation());
168 resource.addProperty(prop, (Literal) value.getImplementation());
284 public Object getImplementation() { method in class:OWLEntityImpl
H A DOWLWriterImpl.java90 model.add( (Model) aOnt.getImplementation());
208 prettyTypes.add(c.getImplementation());
258 //((com.hp.hpl.jena.rdf.model.Model)aOnt.getImplementation()).write(System.err);
261 ((com.hp.hpl.jena.rdf.model.Model)aOnt.getImplementation()).write(System.err);
H A DOWLKnowledgeBaseImpl.java191 Model model = ((OntModel) loadedOnt.getImplementation()).getBaseModel();
249 Model m = ((OntModel) ontology.getImplementation()).getBaseModel();
297 if( ont != null && ((OntModel) ont.getImplementation()).containsResource(r))
302 if(((OntModel) ont.getImplementation()).containsResource(r))
H A DRDQLParser.java210 OWLDataValue value = new OWLDataValueImpl( new LiteralImpl( node, (EnhGraph) ont.getImplementation() ) );
/owl-s/lib/jena/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/XMLConstants.class <Unknown> package ...
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
/owl-s/lib/axis/
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...

Completed in 31 milliseconds