org.jicengine.operation
Class AbstractContext

java.lang.Object
  extended byorg.jicengine.operation.AbstractContext
All Implemented Interfaces:
Context
Direct Known Subclasses:
LocalContext, SimpleContext

public abstract class AbstractContext
extends java.lang.Object
implements Context

Author:
.timo

Nested Class Summary
 
Nested classes inherited from class org.jicengine.operation.Context
Context.DuplicateNameException, Context.ObjectNotFoundException
 
Constructor Summary
protected AbstractContext()
           
protected AbstractContext(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
protected static java.lang.String getName(Context context, java.lang.String defaultName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jicengine.operation.Context
addObject, getObject, hasObject
 

Constructor Detail

AbstractContext

protected AbstractContext()

AbstractContext

protected AbstractContext(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

toString

public java.lang.String toString()

getName

protected static java.lang.String getName(Context context,
                                          java.lang.String defaultName)