Searched refs:OWLSListFactory (Results 1 - 4 of 4) sorted by relevance

/owl-s/src/org/mindswap/owls/
H A DOWLSListFactory.java42 public class OWLSListFactory { class
82 private static OWLSListFactory.Interface factory = createFactory();
84 private static OWLSListFactory.Interface createFactory() {
88 factory = (OWLSListFactory.Interface) impl.newInstance();
H A DOWLSFactory.java39 public class OWLSFactory extends OWLSListFactory {
/owl-s/src/impl/owls/process/constructs/
H A DControlConstructImpl.java36 import org.mindswap.owls.OWLSListFactory;
70 BindingList bindings = OWLSListFactory.createBindingList();
/owl-s/src/impl/owls/
H A DOWLSListFactoryImpl.java46 import org.mindswap.owls.OWLSListFactory;
63 public class OWLSListFactoryImpl implements OWLSListFactory.Interface {

Completed in 8 milliseconds