Class Observer

All Implemented Interfaces:
Serializable, Cloneable

@CyclicDependency public abstract class Observer extends Constraint
See Also:
  • Constructor Details

  • Method Details

    • approximate

      boolean approximate()
    • isComplete

      public boolean isComplete()
    • test

      public final boolean test()
      Specified by:
      test in class Constraint
    • testComplete

      protected abstract boolean testComplete()