Searched refs:createMessageMapList (Results 1 - 5 of 5) sorted by relevance
/owl-s/src/org/mindswap/owls/ |
H A D | OWLSListFactory.java | 59 public MessageMapList createMessageMapList();
method in interface:OWLSListFactory.Interface 60 public MessageMapList createMessageMapList(OWLIndividualList list);
method in interface:OWLSListFactory.Interface 138 public static MessageMapList createMessageMapList() {
method in class:OWLSListFactory 139 return factory.createMessageMapList();
143 public static MessageMapList createMessageMapList(OWLIndividualList list) {
method in class:OWLSListFactory 144 return factory.createMessageMapList(list);
|
/owl-s/src/impl/owls/ |
H A D | OWLSListFactoryImpl.java | 104 public MessageMapList createMessageMapList() {
method in class:OWLSListFactoryImpl 108 public MessageMapList createMessageMapList(OWLIndividualList list) {
method in class:OWLSListFactoryImpl
|
H A D | OWLSTranslator_1_0.java | 994 createMessageMapList(g, groundingInfo, true);
995 createMessageMapList(g, groundingInfo, false);
1023 createMessageMapList(g, groundingInfo, true);
1024 createMessageMapList(g, groundingInfo, false);
1036 private void createMessageMapList(AtomicGrounding g, OWLIndividual groundingInfo, boolean isInput) {
method in class:OWLSTranslator_1_0
|
/owl-s/src/impl/owls/grounding/ |
H A D | UPnPAtomicGroundingImpl.java | 63 return OWLSFactory.createMessageMapList(getProperties(FLAServiceOnt.upnpInputMapping));
67 return OWLSFactory.createMessageMapList(getProperties(FLAServiceOnt.upnpOutputMapping));
|
H A D | WSDLAtomicGroundingImpl.java | 276 return OWLSFactory.createMessageMapList(getProperties(OWLS.Grounding.wsdlInput));
283 return OWLSFactory.createMessageMapList(getProperties(OWLS.Grounding.wsdlOutput));
|
Completed in 869 milliseconds