sources
Interface Derived

All Known Implementing Classes:
DerivedCategorialVariable, DerivedContinuousVariable

public interface Derived

An interface to mark variables that were created from another variable


Method Summary
 Variable getCreatorVariable()
          Returns the Variable this Variable was built of
 

Method Detail

getCreatorVariable

public Variable getCreatorVariable()
Returns the Variable this Variable was built of

Returns:
the original Variable