com.sfm.ap210.jsdai.param
Class CategoryModelParameterWithUnit
java.lang.Object
com.sfm.ap210.jsdai.param.ModelParameter
com.sfm.ap210.jsdai.param.ModelParameterWithUnit
com.sfm.ap210.jsdai.param.CategoryModelParameterWithUnit
- All Implemented Interfaces:
- java.lang.Comparable<ModelParameter>
public class CategoryModelParameterWithUnit
- extends ModelParameterWithUnit
A category ModelParameter has an associated ClassWithAttributes. This serves as a grouping
mechanism for model parameters defined in the context of an external tool
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CategoryModelParameterWithUnit
public CategoryModelParameterWithUnit(java.lang.String id,
java.lang.String property_type,
java.lang.String desc,
Unit u,
ClassWithAttributes c)
getAssociatedClass
public ClassWithAttributes getAssociatedClass()
compareTo
public int compareTo(CategoryModelParameterWithUnit o)