com.dfki.peregrin.site.tree
Class NodeAttribute

java.lang.Object
  |
  +--com.dfki.peregrin.aux.AttrValPair
        |
        +--com.dfki.peregrin.site.tree.NodeAttribute

public class NodeAttribute
extends AttrValPair


Constructor Summary
NodeAttribute(NodeAttribute na)
           
NodeAttribute(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class com.dfki.peregrin.aux.AttrValPair
name, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAttribute

public NodeAttribute(java.lang.String name,
                     java.lang.String value)

NodeAttribute

public NodeAttribute(NodeAttribute na)