public interface CortexIntrospector
CortexIntrospector is the interface for obtaining the Cortex asssociated with a class. Implementations of CortexIntrospector may use various methods for finding or generating the Cortex
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cortex | 
getCortex(java.lang.Class pClass)
Returns the Cortex associated with the given class. 
 | 
void | 
registerCortex(java.lang.Class pClass,
              Cortex pCortex)
Registers the specified Cortex for the specified class. 
 | 
static final java.lang.String CLASS_VERSION
Cortex getCortex(java.lang.Class pClass)
pClass - the class for which a Cortex is to be foundvoid registerCortex(java.lang.Class pClass,
                    Cortex pCortex)
pClass - the Class with which the specified cortex is to be
 associated.pCortex - the Cortex to be associated with the specified class