COM.hugin.HAPI
Class NetworkModel.Category
java.lang.Object
COM.hugin.HAPI.NetworkModel.Category
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- NetworkModel
- public static class NetworkModel.Category
- extends java.lang.Object
- implements java.lang.Comparable
The Category class is used to attach a category tag to the
Nodes of Classes and Domains. The Category tag (int) indicates
the main type of a Node (i.e., whether it is a chance node, a
decision node, a utility node, or an instance node).
Method Summary |
int |
compareTo(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable