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

/owl-s/src/org/mindswap/owls/
H A DOWLSListFactory.java62 public OutputBindingList createOutputBindingList(); method in interface:OWLSListFactory.Interface
63 public OutputBindingList createOutputBindingList(OWLIndividualList list); method in interface:OWLSListFactory.Interface
147 public static OutputBindingList createOutputBindingList() { method in class:OWLSListFactory
148 return factory.createOutputBindingList();
151 public static OutputBindingList createOutputBindingList(OWLIndividualList list) { method in class:OWLSListFactory
152 return factory.createOutputBindingList(list);
/owl-s/src/impl/owls/
H A DOWLSListFactoryImpl.java146 public OutputBindingList createOutputBindingList() { method in class:OWLSListFactoryImpl
150 public OutputBindingList createOutputBindingList(OWLIndividualList list) { method in class:OWLSListFactoryImpl
/owl-s/src/impl/owls/process/constructs/
H A DProduceImpl.java38 return OWLSFactory.createOutputBindingList(getProperties(OWLS.Process.producedBinding));
/owl-s/src/impl/owls/process/
H A DResultImpl.java70 return OWLSFactory.createOutputBindingList(getProperties(OWLS.Process.withOutput));

Completed in 393 milliseconds