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

/owl-s/src/impl/owls/process/
H A DConditionListImpl.java42 public class ConditionListImpl extends CastingList implements ConditionList { class in inherits:CastingList,ConditionList
43 public ConditionListImpl() { method in class:ConditionListImpl
47 public ConditionListImpl(OWLIndividualList list) { method in class:ConditionListImpl
/owl-s/src/impl/owls/
H A DOWLSListFactoryImpl.java32 import impl.owls.process.ConditionListImpl;
87 return new ConditionListImpl();
91 return new ConditionListImpl(list);

Completed in 16 milliseconds