package causation.lab; // packages import javax.swing.*; import javax.swing.plaf.*; import java.awt.*; import java.awt.geom.*; // custom classes import causation.lab.WorkbenchObject; import causation.lab.plaf.LatentUI; /** *

* This class encodes the Latent variables for the CausalityLab. For now, * they cannot have values, so they are just graphical objects, and * nodes in a directed graph. *

* The following PropertyChangeEvents are created by this * class: *