Uses of Class
org.apache.beehive.controls.runtime.generator.ControlOperation

Packages that use ControlOperation
org.apache.beehive.controls.runtime.generator   
org.apache.beehive.controls.runtime.generator.apt   
 

Uses of ControlOperation in org.apache.beehive.controls.runtime.generator
 

Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type ControlOperation
 ArrayList<ControlOperation> ControlInterface.getOperations()
          Returns the list of ControlOperations declared directly by this ControlInterface
protected abstract  ArrayList<ControlOperation> ControlInterface.initOperations()
          Initializes the list of ControlOperations declared directly by this ControlInterface
 

Uses of ControlOperation in org.apache.beehive.controls.runtime.generator.apt
 

Subclasses of ControlOperation in org.apache.beehive.controls.runtime.generator.apt
 class AptOperation
          The AptOperation class represents a control operation where the operation attributes are derived using APT metadata.
 

Methods in org.apache.beehive.controls.runtime.generator.apt that return types with arguments of type ControlOperation
protected  ArrayList<ControlOperation> AptControlInterface.initOperations()
          Initializes the list of operations declared by this ControlInterface