Search in sources :

Example 1 with TemplatePoint

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

the class TemplatePointPart method getModelSpecificChildren.

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

Aggregations

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