Search in sources :

Example 1 with InsertionPoint

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

the class InsertionPointPart method getModelSpecificChildren.

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

Aggregations

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