COM.hugin.HAPI
Class NetworkModel.Kind

java.lang.Object
  extended byCOM.hugin.HAPI.NetworkModel.Kind
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
NetworkModel

public static class NetworkModel.Kind
extends java.lang.Object
implements java.lang.Comparable

The Kind class is used to attach a sub-category tag to the chance nodes of Classes and Domains. The Kind tag (int) indicates whether a chance node is discrete or continuous.


Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable