fr.umlv.tatoo.runtime.node
Class AttributeManager<A>
java.lang.Object
fr.umlv.tatoo.runtime.node.AttributeManager<A>
- Direct Known Subclasses:
- DefaultAttributeManager
public abstract class AttributeManager<A>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeManager
public AttributeManager()
getAttribute
protected abstract A getAttribute(Node node)
putAttribute
protected abstract void putAttribute(Node node,
A attribute)