Uses of Class
adams.flow.transformer.WekaInstanceBuffer.Operation

Packages that use WekaInstanceBuffer.Operation
adams.flow.transformer   
 

Uses of WekaInstanceBuffer.Operation in adams.flow.transformer
 

Fields in adams.flow.transformer declared as WekaInstanceBuffer.Operation
protected  WekaInstanceBuffer.Operation WekaInstanceBuffer.m_Operation
          the way the buffer operates.
 

Methods in adams.flow.transformer that return WekaInstanceBuffer.Operation
 WekaInstanceBuffer.Operation WekaInstanceBuffer.getOperation()
          Returns the way the buffer operates.
static WekaInstanceBuffer.Operation WekaInstanceBuffer.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WekaInstanceBuffer.Operation[] WekaInstanceBuffer.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in adams.flow.transformer with parameters of type WekaInstanceBuffer.Operation
 void WekaInstanceBuffer.setOperation(WekaInstanceBuffer.Operation value)
          Sets the way the buffer operates.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.