aminePlatform.kernel.ontology
Class TypeInd

java.lang.Object
  extended byaminePlatform.kernel.ontology.TypeInd

class TypeInd
extends java.lang.Object

Title : TypeInd Class, an auxiliary class used for the computation of MaxComSubType and MinComSuperType.


Field Summary
(package private)  int ind
           
(package private)  Type type
           
 
Constructor Summary
(package private) TypeInd(Type t, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

Type type

ind

int ind
Constructor Detail

TypeInd

TypeInd(Type t,
        int i)