Package net.sf.molae.logic.tools

This package contains classes and interfaces used by but not directly related to the logic package.

See:
          Description

Interface Summary
EqualityTest Defines if two objects are equal or not independent from the standard equals method.
ProxyProvider Provides a proxy for a given object.
 

Class Summary
BooleanOperators All boolean operators.
ObjectEquals An implementation of EqualityTest based on Object.equals(java.lang.Object).
 

Package net.sf.molae.logic.tools Description

This package contains classes and interfaces used by but not directly related to the logic package.

Since:
1.1