Search in sources :

Example 1 with InputBinding

use of org.whole.lang.semantics.model.InputBinding in project whole by wholeplatform.

the class InputBindingRowPart method getModelSpecificChildren.

protected List<IEntity> getModelSpecificChildren() {
    InputBinding entity = getModelEntity();
    List<IEntity> list = new ArrayList<IEntity>(2);
    list.add(entity.getIdentifier());
    list.add(entity.getExpression());
    return list;
}
Also used : IEntity(org.whole.lang.model.IEntity) ArrayList(java.util.ArrayList) InputBinding(org.whole.lang.semantics.model.InputBinding)

Aggregations

ArrayList (java.util.ArrayList)1 IEntity (org.whole.lang.model.IEntity)1 InputBinding (org.whole.lang.semantics.model.InputBinding)1