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

/owl-s/src/impl/owls/grounding/
H A DMessageMapListImpl.java34 public class MessageMapListImpl extends CastingList implements MessageMapList { class in inherits:CastingList,MessageMapList
35 public MessageMapListImpl() { method in class:MessageMapListImpl
39 public MessageMapListImpl(OWLIndividualList list) { method in class:MessageMapListImpl
/owl-s/src/impl/owls/
H A DOWLSListFactoryImpl.java31 import impl.owls.grounding.MessageMapListImpl;
105 return new MessageMapListImpl();
109 return new MessageMapListImpl(list);

Completed in 209 milliseconds