org.android.activityminer.pmml.model.transformation
Class LocalTransformations

Package class diagram package LocalTransformations
java.lang.Object
  extended by org.android.activityminer.pmml.model.transformation.LocalTransformations

public class LocalTransformations
extends Object

The local transformations representation (without extensions)


Field Summary
private  List<DerivedField> derivedFields
          The derived fields
 
Constructor Summary
LocalTransformations()
           
 
Method Summary
 List<DerivedField> getDerivedFields()
          Getter for the derivedFields
 void setDerivedFields(List<DerivedField> derivedFields)
          Setter for the derivedFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

derivedFields

private List<DerivedField> derivedFields
The derived fields

Constructor Detail

LocalTransformations

public LocalTransformations()
Method Detail

setDerivedFields

public void setDerivedFields(List<DerivedField> derivedFields)
Setter for the derivedFields

Parameters:
derivedFields - the derivedFields to set

getDerivedFields

public List<DerivedField> getDerivedFields()
Getter for the derivedFields

Returns:
the derivedFields