Searched defs:ControlConstructBag (Results 1 - 3 of 3) sorted by relevance

/owl-s/src/org/mindswap/owls/process/
H A DControlConstructBag.java36 public interface ControlConstructBag extends OWLSObjList { interface in inherits:OWLSObjList
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_1.java164 public static OWLClass ControlConstructBag; field in class:OWLS_1_1.Process
262 ControlConstructBag = EntityFactory.createClass(URIUtils.createURI(URI + "ControlConstructBag"));
331 CCBag = ObjList.specialize(ControlConstructBag);
H A DOWLS_1_2.java164 public static OWLClass ControlConstructBag; field in class:OWLS_1_2.Process
262 ControlConstructBag = EntityFactory.createClass(URIUtils.createURI(URI + "ControlConstructBag"));
331 CCBag = ObjList.specialize(ControlConstructBag);

Completed in 19 milliseconds