Searched refs:ResultListImpl (Results 1 - 2 of 2) sorted by relevance
/owl-s/src/impl/owls/process/ | ||
H A D | ResultListImpl.java | 39 public class ResultListImpl extends CastingList implements ResultList {
class in inherits:CastingList,ResultList 40 public ResultListImpl() { method in class:ResultListImpl 44 public ResultListImpl(OWLIndividualList list) { method in class:ResultListImpl |
/owl-s/src/impl/owls/ | ||
H A D | OWLSListFactoryImpl.java | 34 import impl.owls.process.ResultListImpl;
131 return new ResultListImpl(); 135 return new ResultListImpl(list); |
Completed in 750 milliseconds