Search in sources :

Example 1 with FactorOf

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

the class FactorOfPart method getModelSpecificChildren.

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

Aggregations

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