BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules
Class NamedNode

java.lang.Object
  |
  +--com.sun.xml.tree.NodeBase
        |
        +--com.sun.xml.tree.ParentNode
              |
              +--com.sun.xml.tree.ElementNode
                    |
                    +--com.beasys.commerce.axiom.reasoning.rules.BasicNode
                          |
                          +--com.beasys.commerce.axiom.reasoning.rules.NamedNode
Direct Known Subclasses:
Method, Op, Rule, Variable

public abstract class NamedNode
extends BasicNode

Abstract representation of a node that has a name attribute.

See Also:
Serialized Form

Field Summary
 java.lang.String ATTRIBUTE_name
           
 
Constructor Summary
NamedNode()
          Default constructor.
 
Method Summary
 java.lang.String getName()
          Get name.
 void setName(java.lang.String aName)
          Set name.
 
Methods inherited from class com.beasys.commerce.axiom.reasoning.rules.BasicNode
addChild, getChildren, getList, getTransientTagName, load, loadDOM, removeChild
 
Methods inherited from class com.sun.xml.tree.ElementNode
cloneNode, getAttribute, getAttribute, getAttributeNode, getAttributeNode, getAttributes, getIdAttributeName, getLocalName, getNamespace, getNodeName, getNodeType, getPrefix, getTagName, getUserObject, normalize, removeAttribute, removeAttributeNode, removeWhiteSpaces, setAttribute, setAttributeNode, setIdAttributeName, setPrefix, setReadonly, setUserObject, toString, trimToSize, write, writeXml
 
Methods inherited from class com.sun.xml.tree.ParentNode
appendChild, doneChild, doneParse, getElementsByTagName, getFirstChild, getIndexOf, getLastChild, getLength, hasChildNodes, insertBefore, item, removeChild, replaceChild, startParse, writeChildrenXml
 
Methods inherited from class com.sun.xml.tree.NodeBase
getChildNodes, getInheritedAttribute, getInheritedAttribute, getLanguage, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, isReadonly, setNodeValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTRIBUTE_name

public java.lang.String ATTRIBUTE_name
Constructor Detail

NamedNode

public NamedNode()
Default constructor.
Method Detail

getName

public java.lang.String getName()
Get name.
Returns:
String

setName

public void setName(java.lang.String aName)
Set name.
Parameters:
aName -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved