Search in sources :

Example 1 with VariantSelectionPoint

use of org.whole.lang.patterns.model.VariantSelectionPoint in project whole by wholeplatform.

the class VariantSelectionPointPart method getModelSpecificChildren.

protected List<IEntity> getModelSpecificChildren() {
    VariantSelectionPoint entity = getModelEntity();
    List<IEntity> list = new ArrayList<IEntity>(2);
    list.add(entity.getVariability());
    list.add(entity.getVariants());
    return list;
}
Also used : IEntity(org.whole.lang.model.IEntity) VariantSelectionPoint(org.whole.lang.patterns.model.VariantSelectionPoint) ArrayList(java.util.ArrayList)

Aggregations

ArrayList (java.util.ArrayList)1 IEntity (org.whole.lang.model.IEntity)1 VariantSelectionPoint (org.whole.lang.patterns.model.VariantSelectionPoint)1