Search in sources :

Example 1 with InlinePoint

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

the class InlinePointPart method getModelSpecificChildren.

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

Aggregations

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