Search in sources :

Example 1 with TrigonometricExpression

use of org.whole.lang.math.model.TrigonometricExpression in project whole by wholeplatform.

the class TrigonometricExpressionPart method getModelSpecificChildren.

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

Aggregations

ArrayList (java.util.ArrayList)1 TrigonometricExpression (org.whole.lang.math.model.TrigonometricExpression)1 IEntity (org.whole.lang.model.IEntity)1