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

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

public class DefaultAttributeManager<A>
extends AttributeManager<A>


Constructor Summary
DefaultAttributeManager()
           
DefaultAttributeManager(Map<Node,A> attributeMap)
           
 
Method Summary
 A getAttribute(Node node)
           
 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

DefaultAttributeManager

public DefaultAttributeManager(Map<Node,A> attributeMap)

DefaultAttributeManager

public DefaultAttributeManager()
Method Detail

getAttribute

public A getAttribute(Node node)
Specified by:
getAttribute in class AttributeManager<A>

putAttribute

public void putAttribute(Node node,
                         A attribute)
Specified by:
putAttribute in class AttributeManager<A>