Searched refs:getResults (Results 1 - 7 of 7) sorted by relevance

/owl-s/src/org/mindswap/owls/process/
H A DProcess.java149 public ResultList getResults(); method in interface:Process
/owl-s/src/impl/owls/process/
H A DProcessImpl.java187 ResultList list = getResults();
268 public ResultList getResults() { method in class:ProcessImpl
390 ResultList results = getResults();
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java161 public ResultList getResults() { method in class:ProfileImpl
396 ResultList list = getResults();
426 ResultList results = getResults();
/owl-s/src/org/mindswap/owls/profile/
H A DProfile.java180 public ResultList getResults(); method in interface:Profile
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java246 process.getResults().isEmpty();
545 ResultList results = process.getResults();
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java234 ResultList aResultList = theProcess.getResults();
627 ResultList aResultList = aProfile.getResults();
/owl-s/src/impl/owls/process/execution/
H A DProcessExecutionEngineImpl.java349 ResultList resultList = process.getResults();

Completed in 296 milliseconds