sources
Class DerivedCategorialVariable

java.lang.Object
  extended bysources.Variable
      extended bysources.CategorialVariable
          extended bysources.DerivedCategorialVariable
All Implemented Interfaces:
Derived

public class DerivedCategorialVariable
extends CategorialVariable
implements Derived

A categorial variable that was created from another categorial variable


Field Summary
 
Fields inherited from class sources.Variable
id, name
 
Constructor Summary
DerivedCategorialVariable(CategorialVariable origin, java.lang.String[] names, int length, java.lang.String nam, int identnr)
          Creates new DerivedCategorialVariable
 
Method Summary
 Variable getCreatorVariable()
          Returns the Variable this Variable was built of
 
Methods inherited from class sources.CategorialVariable
getCasesFromCat, getCatNumberFromName, getCatsAnz, getCatsValueFrom, getCount, getCountsforCats, getCountsforCats, getCountsforCats, getCountsforCats, getNamefromCat, getPositionsfrom, getPositionsfrom, getTextualRepresentation, getValues, prepare
 
Methods inherited from class sources.Variable
equals, getID, getName, getTextualRepresentations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerivedCategorialVariable

public DerivedCategorialVariable(CategorialVariable origin,
                                 java.lang.String[] names,
                                 int length,
                                 java.lang.String nam,
                                 int identnr)
Creates new DerivedCategorialVariable

Parameters:
origin -
names -
length -
nam -
identnr -
Method Detail

getCreatorVariable

public Variable getCreatorVariable()
Description copied from interface: Derived
Returns the Variable this Variable was built of

Specified by:
getCreatorVariable in interface Derived
Returns:
the original Variable