atg.cortex
Interface CortexFactory


public interface CortexFactory

A CortexFactory is a class that can generate a Cortex. In general, a class will implement this if it wants to describe the Cortex corresponding to itself. The CortexIntrospector may use this information to generate the Cortex for a class.

See Also:
CortexIntrospectorImpl

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 Cortex createCortex()
          Creates and returns a Cortex
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

createCortex

Cortex createCortex()
Creates and returns a Cortex