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

/owl-s/src/org/mindswap/owls/
H A DOWLSListFactory.java65 public OutputList createOutputList(); method in interface:OWLSListFactory.Interface
66 public OutputList createOutputList(OWLIndividualList list); method in interface:OWLSListFactory.Interface
155 public static OutputList createOutputList() { method in class:OWLSListFactory
156 return factory.createOutputList();
159 public static OutputList createOutputList(OWLIndividualList list) { method in class:OWLSListFactory
160 return factory.createOutputList(list);
/owl-s/src/impl/owls/
H A DOWLSListFactoryImpl.java112 public OutputList createOutputList() { method in class:OWLSListFactoryImpl
116 public OutputList createOutputList(OWLIndividualList list) { method in class:OWLSListFactoryImpl
/owl-s/src/impl/owls/process/
H A DProcessImpl.java212 return OWLSFactory.createOutputList(getProperties(OWLS.Process.hasOutput));
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java139 return OWLSFactory.createOutputList(getProperties(OWLS.Profile.hasOutput));

Completed in 18 milliseconds