Module hw06
Package provided.utils.logic
package provided.utils.logic
Visitor design pattern hosts and visitors that model Boolean logical operations
- Author:
- swong
-
Interface SummaryInterfaceDescriptionA class that models the mathematical notion of a "predicate", i.e.ILogicalVisitor<R,P>The visitor to an ILogicalHost that has cases for the true and false states of the host.