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

/owl-s/src/org/mindswap/owls/
H A DOWLSListFactory.java56 public InputList createInputList(); method in interface:OWLSListFactory.Interface
57 public InputList createInputList(OWLIndividualList list); method in interface:OWLSListFactory.Interface
130 public static InputList createInputList() { method in class:OWLSListFactory
131 return factory.createInputList();
134 public static InputList createInputList(OWLIndividualList list) { method in class:OWLSListFactory
135 return factory.createInputList(list);
/owl-s/src/impl/owls/
H A DOWLSListFactoryImpl.java94 public InputList createInputList() { method in class:OWLSListFactoryImpl
98 public InputList createInputList(OWLIndividualList list) { method in class:OWLSListFactoryImpl
/owl-s/src/impl/owls/process/
H A DProcessImpl.java193 return OWLSFactory.createInputList(getProperties(OWLS.Process.hasInput));
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java132 return OWLSFactory.createInputList(getProperties(OWLS.Profile.hasInput));

Completed in 12 milliseconds