BEA Systems, Inc.

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

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
                                |
                                +--com.beasys.commerce.axiom.reasoning.rules.Op
                                      |
                                      +--com.beasys.commerce.axiom.reasoning.rules.NaryOp

public class NaryOp
extends Op

NaryOp tag impl.

See Also:
Serialized Form

Fields inherited from class com.beasys.commerce.axiom.reasoning.rules.NamedNode
ATTRIBUTE_name
 
Constructor Summary
NaryOp()
          Default constructor.
 
Method Summary
 void addBinaryOp(BinaryOp anOp)
          Add binary op.
 BinaryOp[] getBinaryOps()
          Get binary ops.
 java.lang.String getTransientTagName()
          Get tag name.
 java.lang.String toString()
          To string.
 
Methods inherited from class com.beasys.commerce.axiom.reasoning.rules.NamedNode
getName, setName
 
Methods inherited from class com.beasys.commerce.axiom.reasoning.rules.BasicNode
addChild, getChildren, getList, 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, 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
 

Constructor Detail

NaryOp

public NaryOp()
Default constructor.
Method Detail

getTransientTagName

public java.lang.String getTransientTagName()
Get tag name.
Overrides:
getTransientTagName in class BasicNode
Returns:
String

addBinaryOp

public void addBinaryOp(BinaryOp anOp)
Add binary op.
Parameters:
anOp -  

getBinaryOps

public BinaryOp[] getBinaryOps()
Get binary ops.
Returns:
BinaryOp[]

toString

public java.lang.String toString()
To string.
Overrides:
toString in class com.sun.xml.tree.ElementNode
Returns:
String

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved