org.javagen.agile.core.context
Interface ContextHolder

All Known Subinterfaces:
Emitter, Model
All Known Implementing Classes:
AbstractModel, BasicModel, Class, Column, ColumnReference, Database, DefaultContext, FkConstraint, PkColumn, Property, Reference, Table, TemplateEmitter, UniqueConstraint

public interface ContextHolder

ContextHolders are any object that holds a context - a map of key-value pairs. ContextHolders can be static objects (such as those held by models or emitters) or composites algorithmically combined by traversing the model tree.

Author:
Richard Easterling

Method Summary
 Map<String,Object> getContext()
           
 

Method Detail

getContext

Map<String,Object> getContext()
Returns:
either a map instance populated with key-value pairs or null


Copyright 2006-2006-2007 Outsource Cafe Inc.. All Rights Reserved.