Search in sources :

Example 1 with Not

use of org.whole.lang.tests.model.Not in project whole by wholeplatform.

the class NotPart method getModelSpecificChildren.

protected List<IEntity> getModelSpecificChildren() {
    Not entity = getModelEntity();
    List<IEntity> list = new ArrayList<IEntity>(1);
    list.add(entity.getConstraint());
    return list;
}
Also used : Not(org.whole.lang.tests.model.Not) IEntity(org.whole.lang.model.IEntity) ArrayList(java.util.ArrayList)

Aggregations

ArrayList (java.util.ArrayList)1 IEntity (org.whole.lang.model.IEntity)1 Not (org.whole.lang.tests.model.Not)1