Search in sources :

Example 1 with Cardinality

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

the class CardinalityPart method getModelSpecificChildren.

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

Aggregations

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