Uses of Interface
aokell.lib.membrane.marker.TemplateType

Packages that use TemplateType
aokell.lib.membrane.composite This package contains the definition of four composite membranes. 
aokell.lib.membrane.flat This package contains the definition of four flat membranes. 
aokell.lib.membrane.primitive This package contains the definition of four primitive membranes. 
 

Uses of TemplateType in aokell.lib.membrane.composite
 

Subinterfaces of TemplateType in aokell.lib.membrane.composite
 interface CompositeTemplateType
          Marker interface for composite template components.
 interface ParametricCompositeTemplateType
          Marker interface for parametric composite template components, i.e. composite template components with an attribute controller.
 

Uses of TemplateType in aokell.lib.membrane.flat
 

Subinterfaces of TemplateType in aokell.lib.membrane.flat
 interface FlatTemplateType
          Marker interface for flat template components.
 interface ParametricFlatTemplateType
          Marker interface for parametric flat template components, i.e. flat template components with an attribute controller.
 

Uses of TemplateType in aokell.lib.membrane.primitive
 

Subinterfaces of TemplateType in aokell.lib.membrane.primitive
 interface ParametricPrimitiveTemplateType
          Marker interface for parametric primitive template components, i.e. primitive template components with an attribute controller.
 interface PrimitiveTemplateType
          Marker interface for primitive template components.