agg.attribute.impl
Class ManagedObject

java.lang.Object
  extended by agg.attribute.impl.AttrObject
      extended by agg.attribute.impl.ManagedObject
All Implemented Interfaces:
java.util.Observer
Direct Known Subclasses:
ChainedObserver, ContextCore, ContextView, ViewSetting

public class ManagedObject
extends AttrObject

This intermediate class was designed without a special purpose. It was thought, at one point all the attributes might want to access a central institution. Till now no need has occured.


Field Summary
protected  AttrTupleManager manager
          A reference to the manager in case something is needed.
 
Fields inherited from class agg.attribute.impl.AttrObject
classHandlerExpr, classObject, classString, initialized
 
Constructor Summary
ManagedObject(AttrTupleManager m)
          A common constructor, so everybody knows where he belongs.
 
Method Summary
 AttrManager getAttrManager()
          For TupleObject's implementation of the AttrTuple interface.
 AttrTupleManager getManager()
          Retrieving the manager of others might also be necessary one day.
 
Methods inherited from class agg.attribute.impl.AttrObject
defaultToString, err, err, getInstRepr, log, log, log, logEnteredMethod, logPrintln, logPrintln, stdoutPrintOnEnter, stdoutPrintOnExit, toString, update, warn, warn, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

manager

protected AttrTupleManager manager
A reference to the manager in case something is needed.

Constructor Detail

ManagedObject

public ManagedObject(AttrTupleManager m)
A common constructor, so everybody knows where he belongs.

Method Detail

getManager

public AttrTupleManager getManager()
Retrieving the manager of others might also be necessary one day.


getAttrManager

public AttrManager getAttrManager()
For TupleObject's implementation of the AttrTuple interface.