com.sfm.ap210.jsdai.param
Class CategoryModelParameterWithUnit

java.lang.Object
  extended by com.sfm.ap210.jsdai.param.ModelParameter
      extended by com.sfm.ap210.jsdai.param.ModelParameterWithUnit
          extended by 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


Field Summary
 
Fields inherited from class com.sfm.ap210.jsdai.param.ModelParameter
description, id, property_type
 
Constructor Summary
CategoryModelParameterWithUnit(java.lang.String id, java.lang.String property_type, java.lang.String desc, Unit u, ClassWithAttributes c)
           
 
Method Summary
 int compareTo(CategoryModelParameterWithUnit o)
           
 ClassWithAttributes getAssociatedClass()
           
 
Methods inherited from class com.sfm.ap210.jsdai.param.ModelParameterWithUnit
getUnit
 
Methods inherited from class com.sfm.ap210.jsdai.param.ModelParameter
compareTo, getDescription, getId, getPropertyType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CategoryModelParameterWithUnit

public CategoryModelParameterWithUnit(java.lang.String id,
                                      java.lang.String property_type,
                                      java.lang.String desc,
                                      Unit u,
                                      ClassWithAttributes c)
Method Detail

getAssociatedClass

public ClassWithAttributes getAssociatedClass()

compareTo

public int compareTo(CategoryModelParameterWithUnit o)