tuffy.infer
Class MRF.myInt

java.lang.Object
  extended by tuffy.infer.MRF.myInt
Enclosing class:
MRF

private class MRF.myInt
extends java.lang.Object


Field Summary
(package private)  int value
           
 
Constructor Summary
MRF.myInt(int _value)
           
 
Method Summary
 void addOne()
           
 void subOne()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

int value
Constructor Detail

MRF.myInt

public MRF.myInt(int _value)
Method Detail

addOne

public void addOne()

subOne

public void subOne()