Searched refs:supports (Results 1 - 8 of 8) sorted by relevance

/owl-s/src/impl/owls/service/
H A DServiceImpl.java80 return (Grounding) getPropertyAs(OWLS.Service.supports, Grounding.class);
87 if(hasProperty(OWLS.Service.supports, grounding))
90 setProperty(OWLS.Service.supports, grounding);
134 if (hasProperty(OWLS.Service.supports, grounding))
135 removeProperty(OWLS.Service.supports, grounding);
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_0.java53 public static OWLObjectProperty supports; field in class:OWLS_1_0.Service
66 supports = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "supports"));
H A DOWLS_1_0DL.java55 public static OWLObjectProperty supports; field in class:OWLS_1_0DL.Service
68 supports = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "supports"));
H A DOWLS_1_1.java58 public static OWLObjectProperty supports; field in class:OWLS_1_1.Service
71 supports = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "supports"));
H A DOWLS_1_2.java58 public static OWLObjectProperty supports; field in class:OWLS_1_2.Service
71 supports = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "supports"));
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java262 OWLIndividual groundingInfo = inputOnt.getProperty(serviceInfo, OWLS_1_0.Service.supports);
/owl-s/lib/jena/
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...

Completed in 84 milliseconds