Uses of Enum Class
org.episteme.natural.computing.logic.LogicState
Packages that use LogicState
-
Uses of LogicState in org.episteme.natural.computing.logic
Subclasses with type arguments of type LogicState in org.episteme.natural.computing.logicFields in org.episteme.natural.computing.logic declared as LogicStateMethods in org.episteme.natural.computing.logic that return LogicStateModifier and TypeMethodDescriptionLogicState.and(LogicState other) Logical AND operation.AndGate.evaluate(LogicState... inputs) abstract LogicStateLogicGate.evaluate(LogicState... inputs) Evaluates the gate output based on inputs.NandGate.evaluate(LogicState... inputs) NotGate.evaluate(LogicState... inputs) OrGate.evaluate(LogicState... inputs) LogicState.not()Logical NOT operation.LogicState.or(LogicState other) Logical OR operation.static LogicStateReturns the enum constant of this class with the specified name.static LogicState[]LogicState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.natural.computing.logic with parameters of type LogicStateModifier and TypeMethodDescriptionLogicState.and(LogicState other) Logical AND operation.AndGate.evaluate(LogicState... inputs) abstract LogicStateLogicGate.evaluate(LogicState... inputs) Evaluates the gate output based on inputs.NandGate.evaluate(LogicState... inputs) NotGate.evaluate(LogicState... inputs) OrGate.evaluate(LogicState... inputs) LogicState.or(LogicState other) Logical OR operation.