Uses of Class
infer.Component.BufferState

Packages that use Component.BufferState
infer Provides MLN inference algorithms. 
 

Uses of Component.BufferState in infer
 

Fields in infer declared as Component.BufferState
 Component.BufferState Component.bufferState
           
 

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