com.newisys.randsolver
Interface RandomMapper


public interface RandomMapper

A class that provides a mapping back and forth from object instances to integers. This is useful when trying to randomize a type that is not natively supported by the random solver.


Method Summary
 com.newisys.randsolver.Constraint getConstraint()
           
 int getID(Object o)
           
 Object getObject(int id)
           
 

Method Detail

getConstraint

com.newisys.randsolver.Constraint getConstraint()

getID

int getID(Object o)

getObject

Object getObject(int id)