Package api
-
Interface Summary Interface Description IComponent Interface representing a component in a simulation of digital circuits.IPinListener Callback interface for notifying applications when the outputs of a component change.IStatefulComponent Subinterface of IComponent that adds methods for dealing with components that have internal state. -
Class Summary Class Description ExternalValue An ExternalValue is a component representing a value that might be set by setting switches or reading external data.Pin A Pin represents a connection point in a digital circuit.Probe Implementation of IPinListener that prints the affected component's state to the console.Util Utility class collecting some useful operations for instances of IComponent.