Search in sources :

Example 1 with Floor

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

the class FloorPart method getModelSpecificChildren.

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

Aggregations

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