Searched refs:InputListImpl (Results 1 - 2 of 2) sorted by relevance
/owl-s/src/impl/owls/process/parameter/ | ||
H A D | InputListImpl.java | 39 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 D | OWLSListFactoryImpl.java | 38 import impl.owls.process.parameter.InputListImpl;
95 return new InputListImpl(); 99 InputList inputs = new InputListImpl(list); |
Completed in 13 milliseconds