Searched refs:createMessageMapList (Results 1 - 5 of 5) sorted by relevance

/owl-s/src/org/mindswap/owls/
H A DOWLSListFactory.java59 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 DOWLSListFactoryImpl.java104 public MessageMapList createMessageMapList() { method in class:OWLSListFactoryImpl
108 public MessageMapList createMessageMapList(OWLIndividualList list) { method in class:OWLSListFactoryImpl
H A DOWLSTranslator_1_0.java994 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 DUPnPAtomicGroundingImpl.java63 return OWLSFactory.createMessageMapList(getProperties(FLAServiceOnt.upnpInputMapping));
67 return OWLSFactory.createMessageMapList(getProperties(FLAServiceOnt.upnpOutputMapping));
H A DWSDLAtomicGroundingImpl.java276 return OWLSFactory.createMessageMapList(getProperties(OWLS.Grounding.wsdlInput));
283 return OWLSFactory.createMessageMapList(getProperties(OWLS.Grounding.wsdlOutput));

Completed in 869 milliseconds