Search in sources :

Example 1 with List

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

the class ListPart method getModelSpecificChildren.

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

Aggregations

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