Module hw06

Package provided.utils.logic.impl


package provided.utils.logic.impl
Implementations of logical hosts that represent specific compound logical operations on other logical hosts.
Author:
swong
  • Class Summary
    Class
    Description
    An ILogicalHost that represents the logical AND of two ILogicalHosts.
    An ILogicalHost that represents the logical NOT of the given ILogicalHost.
    An ILogicalHost that represents the logical OR of two ILogicalHosts.
    An ILogicalHost that represents the logical XOR of two ILogicalHosts.