| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Method Summary | |
|---|---|
 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.  | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
Cortex getCortex(java.lang.Class pClass)
pClass - the class for which a Cortex is to be found
void 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
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||