Search in sources :

Example 1 with In

use of org.whole.lang.math.model.In in project whole by wholeplatform.

the class InPart method getModelSpecificChildren.

protected List<IEntity> getModelSpecificChildren() {
    In entity = getModelEntity();
    IEntity exp1 = entity.getElement();
    IEntity exp2 = entity.getCollection();
    refreshPrecedence(entity, exp1, exp2);
    List<IEntity> list = new ArrayList<IEntity>(2);
    list.add(exp1);
    list.add(exp2);
    return list;
}
Also used : In(org.whole.lang.math.model.In) IEntity(org.whole.lang.model.IEntity) ArrayList(java.util.ArrayList)

Aggregations

ArrayList (java.util.ArrayList)1 In (org.whole.lang.math.model.In)1 IEntity (org.whole.lang.model.IEntity)1