Search in sources :

Example 1 with Replace

use of org.whole.lang.changes.model.Replace in project whole by wholeplatform.

the class ReplacePart method getModelSpecificChildren.

protected List<IEntity> getModelSpecificChildren() {
    Replace entity = getModelEntity();
    List<IEntity> children = new ArrayList<IEntity>(2);
    children.add(entity.getDeleteContent());
    children.add(entity.getInsertContent());
    return children;
}
Also used : Replace(org.whole.lang.changes.model.Replace) IEntity(org.whole.lang.model.IEntity) ArrayList(java.util.ArrayList)

Aggregations

ArrayList (java.util.ArrayList)1 Replace (org.whole.lang.changes.model.Replace)1 IEntity (org.whole.lang.model.IEntity)1