Uses of Class
dstruct.StatOperator.OPType

Packages that use StatOperator.OPType
dstruct Basic data structure used by Felix. 
 

Uses of StatOperator.OPType in dstruct
 

Fields in dstruct declared as StatOperator.OPType
 StatOperator.OPType FelixPredicate.mustbe
          The type of operator this predicate must be assigned to.
 StatOperator.OPType StatOperator.type
          Type of this operator.
 StatOperator.OPType ConcurrentOperatorsBucket.type
          Type of operators in this bucket.
 

Methods in dstruct that return StatOperator.OPType
static StatOperator.OPType StatOperator.OPType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatOperator.OPType[] StatOperator.OPType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.