fr.umlv.tatoo.runtime.node
Class DefaultAttributeManager<A>
java.lang.Object
fr.umlv.tatoo.runtime.node.AttributeManager<A>
fr.umlv.tatoo.runtime.node.DefaultAttributeManager<A>
public class DefaultAttributeManager<A>
- extends AttributeManager<A>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAttributeManager
public DefaultAttributeManager(Map<Node,A> attributeMap)
DefaultAttributeManager
public DefaultAttributeManager()
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>