Package xyz.ronella.trivial.command.logic


package xyz.ronella.trivial.command.logic
  • Class
    Description
    A partial implementation of the logic command.
    The framework of implementing a logical command.
    A class that accepts multiple conditions if all conditions are true it will pass control to the truthLogic otherwise the falseLogic will take it.
    A class that accepts multiple conditions and if at least one condition is true it will pass control to the truthLogic otherwise the falseLogic will take it.