Search in sources :

Example 1 with SequenceType

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

the class SequenceTypePart method getModelSpecificChildren.

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

Aggregations

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