Searched refs:owlsProcess (Results 1 - 11 of 11) sorted by relevance

/owl-s/src/impl/owls/process/
H A DAtomicProcessImpl.java78 if (getGrounding().hasProperty(OWLS.Grounding.owlsProcess, this))
79 getGrounding().removeProperty(OWLS.Grounding.owlsProcess, this);
/owl-s/src/impl/owls/grounding/
H A DAtomicGroundingImpl.java75 return (AtomicProcess) getPropertyAs(OWLS.Grounding.owlsProcess, AtomicProcess.class);
82 if(hasProperty(OWLS.Grounding.owlsProcess, process))
85 setProperty(OWLS.Grounding.owlsProcess, process);
H A DGroundingImpl.java59 if(ind.hasProperty(OWLS.Grounding.owlsProcess, process))
84 if(ind.hasProperty(OWLS.Grounding.owlsProcess, process))
123 if (list.groundingAt(index).hasProperty(OWLS.Grounding.owlsProcess, process))
131 if (list.groundingAt(index).hasProperty(OWLS.Grounding.owlsProcess, process))
H A DJavaAtomicGroundingImpl.java384 if (hasProperty(MoreGroundings.owlsProcess))
385 removeProperties(MoreGroundings.owlsProcess);
386 if (hasProperty(OWLS.Grounding.owlsProcess))
387 removeProperties(OWLS.Grounding.owlsProcess);
/owl-s/src/org/mindswap/owl/
H A DOWLFactory.java45 private static OWLOntology owlsProcess; field in class:OWLFactory
144 ont.addImport( owlsProcess );
155 owlsProcess = kb.read( OWLS.Process.URI );
161 owlsProcess = kb.createOntology( URI.create( OWLS.Process.URI ) );
/owl-s/src/org/mindswap/owls/vocabulary/
H A DMoreGroundings.java45 public static OWLObjectProperty owlsProcess; field in class:MoreGroundings
82 owlsProcess = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "owlsProcess"));
H A DOWLS_1_0.java244 public static OWLObjectProperty owlsProcess; field in class:OWLS_1_0.Grounding
280 owlsProcess = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "owlsProcess"));
H A DOWLS_1_0DL.java246 public static OWLObjectProperty owlsProcess; field in class:OWLS_1_0DL.Grounding
273 owlsProcess = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "owlsProcess"));
H A DOWLS_1_1.java350 public static OWLObjectProperty owlsProcess; field in class:OWLS_1_1.Grounding
377 owlsProcess = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "owlsProcess"));
H A DOWLS_1_2.java350 public static OWLObjectProperty owlsProcess; field in class:OWLS_1_2.Grounding
377 owlsProcess = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "owlsProcess"));
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java955 OWLIndividual processInfo = inputOnt.getProperty(groundingInfo, OWLS_1_0.Grounding.owlsProcess);
957 if(!inputOnt.hasProperty(groundingInfo, OWLS_1_0.Grounding.owlsProcess)) {
958 error(groundingInfo + " does not have a grounding:owlsProcess property");
1010 OWLIndividual processInfo = inputOnt.getProperty(groundingInfo, OWLS_1_0.Grounding.owlsProcess);

Completed in 1881 milliseconds