Interface Variable

All Superinterfaces:
Comparable<Node>, Node, Serializable, TetradSerializable
All Known Implementing Classes:
AbstractVariable, ContinuousVariable, DiscreteVariable

public interface Variable extends Node
Interface implemented by classes, instantiations of which are capable of serving as variables for columns in a DataSet. Such a class provides needed details as to how the data in its column are to be interpreted. In particular, a variable has a name and specifies a value in the column that is to be interpreted as a missing datum. The variable also specifies how external data (in String form, say) is to be converted into raw data of the type used in the column in question.
Version:
$Id: $Id
Author:
josephramsey