JTP API Documentation

jtp.classifier
Class Classifier.RtXRt

java.lang.Object
  |
  +--jtp.classifier.Classifier.RtXRt
Enclosing class:
Classifier

protected static class Classifier.RtXRt
extends Object


Field Summary
protected static int _hc
           
protected static int _nr1
           
protected static int _nr2
           
protected static int _r2_bitshift
           
 
Constructor Summary
protected Classifier.RtXRt(Resource r1, Resource r2)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_r2_bitshift

protected static int _r2_bitshift

_nr1

protected static int _nr1

_nr2

protected static int _nr2

_hc

protected static int _hc
Constructor Detail

Classifier.RtXRt

protected Classifier.RtXRt(Resource r1,
                           Resource r2)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

JTP API Documentation