Search in sources :

Example 1 with ResultPoint

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

the class ResultPointPart method getModelSpecificChildren.

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

Aggregations

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