Module hw06

Package provided.utils.logic


package provided.utils.logic
Visitor design pattern hosts and visitors that model Boolean logical operations
Author:
swong
  • Interface Summary
    Interface
    Description
    A class that models the mathematical notion of a "predicate", i.e.
    The visitor to an ILogicalHost that has cases for the true and false states of the host.