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

/owl-s/src/impl/owls/process/
H A DResultListImpl.java39 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 DOWLSListFactoryImpl.java34 import impl.owls.process.ResultListImpl;
131 return new ResultListImpl();
135 return new ResultListImpl(list);

Completed in 750 milliseconds