Searched refs:OWLSFactory (Results 1 - 21 of 21) sorted by relevance

/owl-s/src/impl/owls/
H A DOWLSFactoryImpl.java11 import org.mindswap.owls.OWLSFactory;
20 public class OWLSFactoryImpl implements OWLSFactory.Interface {
36 * @see org.mindswap.owls.OWLSFactory.Interface#createThreadedExecutionEngine()
/owl-s/src/impl/owls/process/
H A DResultImpl.java10 import org.mindswap.owls.OWLSFactory;
70 return OWLSFactory.createOutputBindingList(getProperties(OWLS.Process.withOutput));
74 return OWLSFactory.createParameterList(getProperties(OWLS.Process.hasResultVar));
78 return OWLSFactory.createConditionList(getProperties(OWLS.Process.inCondition));
H A DProcessImpl.java36 import org.mindswap.owls.OWLSFactory;
193 return OWLSFactory.createInputList(getProperties(OWLS.Process.hasInput));
212 return OWLSFactory.createOutputList(getProperties(OWLS.Process.hasOutput));
231 return OWLSFactory.createParameterList(getProperties(OWLS.Process.hasLocal));
235 ParameterList parameters = OWLSFactory.createParameterList(getInputs());
257 return OWLSFactory.createConditionList(getProperties(OWLS.Process.hasPrecondition));
269 return OWLSFactory.createResultList(getProperties(OWLS.Process.hasResult));
/owl-s/src/org/mindswap/owl/
H A DOWLConfig.java34 import org.mindswap.owls.OWLSFactory;
93 converters.putAll(OWLSFactory.getDefaultConverters());
/owl-s/src/org/mindswap/owls/
H A DOWLSFactory.java39 public class OWLSFactory extends OWLSListFactory { class in inherits:OWLSListFactory
56 private static OWLSFactory.Interface factory = new OWLSFactoryImpl();
/owl-s/src/impl/owls/process/constructs/
H A DProduceImpl.java12 import org.mindswap.owls.OWLSFactory;
38 return OWLSFactory.createOutputBindingList(getProperties(OWLS.Process.producedBinding));
H A DPerformImpl.java12 import org.mindswap.owls.OWLSFactory;
56 return OWLSFactory.createInputBindingList(getProperties(OWLS.Process.hasDataFrom));
/owl-s/src/impl/owls/grounding/
H A DGroundingImpl.java33 import org.mindswap.owls.OWLSFactory;
72 // return OWLSFactory.createAtomicGroundingList(getProperties(OWLS.Grounding.hasAtomicProcessGrounding));
73 return OWLSFactory.createAtomicGroundingList(list);
80 AtomicGroundingList result = OWLSFactory.createAtomicGroundingList();
H A DUPnPAtomicGroundingImpl.java32 import org.mindswap.owls.OWLSFactory;
63 return OWLSFactory.createMessageMapList(getProperties(FLAServiceOnt.upnpInputMapping));
67 return OWLSFactory.createMessageMapList(getProperties(FLAServiceOnt.upnpOutputMapping));
H A DWSDLAtomicGroundingImpl.java44 import org.mindswap.owls.OWLSFactory;
276 return OWLSFactory.createMessageMapList(getProperties(OWLS.Grounding.wsdlInput));
283 return OWLSFactory.createMessageMapList(getProperties(OWLS.Grounding.wsdlOutput));
/owl-s/src/examples/
H A DCreateJavaGrounding.java13 import org.mindswap.owls.OWLSFactory;
82 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DForEachExample.java39 import org.mindswap.owls.OWLSFactory;
65 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DPreconditionCheck.java35 import org.mindswap.owls.OWLSFactory;
50 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DRunService.java37 import org.mindswap.owls.OWLSFactory;
69 exec = OWLSFactory.createExecutionEngine();
76 ThreadedProcessExecutionEngine threadedExec = OWLSFactory.createThreadedExecutionEngine();
H A DExecutionMonitor.java44 import org.mindswap.owls.OWLSFactory;
195 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DCreateSequence.java34 import org.mindswap.owls.OWLSFactory;
242 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
H A DCreateComplexProcess.java17 import org.mindswap.owls.OWLSFactory;
329 ProcessExecutionEngine exec = OWLSFactory.createExecutionEngine();
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java38 import org.mindswap.owls.OWLSFactory;
132 return OWLSFactory.createInputList(getProperties(OWLS.Profile.hasInput));
139 return OWLSFactory.createOutputList(getProperties(OWLS.Profile.hasOutput));
147 return OWLSFactory.createConditionList(getProperties(OWLS.Profile.hasPrecondition));
162 return OWLSFactory.createResultList(getProperties(OWLS.Profile.hasResult));
/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java32 import org.mindswap.owls.OWLSFactory;
468 translator = OWLSFactory.createVersionTranslator();
533 return OWLSFactory.wrapList(inds, Service.class);
650 BindingList bindings = OWLSFactory.createBindingList();
H A DOWLModelImpl.java79 import org.mindswap.owls.OWLSFactory;
1561 return OWLSFactory.wrapList(getInstances(OWLS.Service.Service), Service.class);
1571 return OWLSFactory.wrapList(getInstances(OWLS.Profile.Profile), Service.class);
1581 return OWLSFactory.wrapList(getInstances(OWLS.Process.Process), Process.class);
1587 return OWLSFactory.wrapList(getInstances(OWLS.Process.Process), Process.class);
1589 return OWLSFactory.wrapList(getInstances(OWLS.Process.AtomicProcess), AtomicProcess.class);
1591 return OWLSFactory.wrapList(getInstances(OWLS.Process.CompositeProcess), CompositeProcess.class);
1593 return OWLSFactory.wrapList(getInstances(OWLS.Process.SimpleProcess), SimpleProcess.class);
H A DOWLOntologyImpl.java31 import org.mindswap.owls.OWLSFactory;
616 BindingList bindings = OWLSFactory.createBindingList();

Completed in 36 milliseconds