PHP Class OphCoTherapyapplication_DecisionTreeNodeRule
Each rule applies to its specified node to determine if that node is the next point in the decision tree,
based on the response given for its parent node. More than one rule may apply for a given node (to allow specific ranges)
ファイルを表示
Open project: openeyes/openeyes
Class Usage Examples
Public Properties
Public Methods
Method Details
checkValue()
public method
displayParentCheck()
public method
displayParentCheckValue()
public method
generate the display value of the parent check value on this rule.
getDefinition()
public method
*
Works out a full abstract definition of the rule.
model()
public static method
Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : the |
return |
the |
static model class |
relations()
public method
public rules ( ) : array |
return |
array |
validation rules for model attributes. |
tableName()
public method
Property Details
$COMPARATORS public_oe property