Uses of Class
insensa.connections.CIndexation.Assignment

Packages that use CIndexation.Assignment
insensa.connections   
 

Uses of CIndexation.Assignment in insensa.connections
 

Fields in insensa.connections declared as CIndexation.Assignment
private  CIndexation.Assignment CIndexation.CThreshold.assignment
           
 

Methods in insensa.connections that return CIndexation.Assignment
 CIndexation.Assignment CIndexation.CThreshold.getAssignment()
           
static CIndexation.Assignment CIndexation.Assignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CIndexation.Assignment[] CIndexation.Assignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in insensa.connections with parameters of type CIndexation.Assignment
 void CIndexation.CThreshold.setAssignment(CIndexation.Assignment assignment)
           
 

Constructors in insensa.connections with parameters of type CIndexation.Assignment
CIndexation.CThreshold(java.lang.Boolean activate, java.lang.String cond, float valPerc, float valReal, CIndexation.Mode mode, CIndexation.Assignment ass)