fr.umlv.tatoo.runtime.node
Class AttributeManager<A>

java.lang.Object
  extended by fr.umlv.tatoo.runtime.node.AttributeManager<A>
Direct Known Subclasses:
DefaultAttributeManager

public abstract class AttributeManager<A>
extends Object


Constructor Summary
AttributeManager()
           
 
Method Summary
protected abstract  A getAttribute(Node node)
           
protected abstract  void putAttribute(Node node, A attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeManager

public AttributeManager()
Method Detail

getAttribute

protected abstract A getAttribute(Node node)

putAttribute

protected abstract void putAttribute(Node node,
                                     A attribute)