Searched refs:InputListImpl (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/impl/owls/process/parameter/
H A DInputListImpl.java39 public class InputListImpl extends ParameterListImpl implements InputList { class in inherits:ParameterListImpl,InputList
40 public InputListImpl() { method in class:InputListImpl
44 public InputListImpl(OWLIndividualList list) { method in class:InputListImpl
/owl-s/src/impl/owls/
H A DOWLSListFactoryImpl.java38 import impl.owls.process.parameter.InputListImpl;
95 return new InputListImpl();
99 InputList inputs = new InputListImpl(list);

Completed in 13 milliseconds