Uses of Interface
com.sap.portal.unification.hrnpnode.IHRNPNode

Packages that use IHRNPNode
com.sap.portal.unification.hrnpnode   
com.sap.portal.unification.hrnpparser   
com.sapportals.unification.unificationutils.urlflowutils   
 

Uses of IHRNPNode in com.sap.portal.unification.hrnpnode
 

Subinterfaces of IHRNPNode in com.sap.portal.unification.hrnpnode
 interface IHRNPDestination
          HRNPNode of HRNPDestination type.
 interface IHRNPDestination50
          Title: DQP Project Description: DQP - Distributed Query Parser.
 interface IHRNPMultiOp
          Non-binary operator.
 interface IHRNPOperatorNode
          HRNP Node that is a binary operator.
 interface IHRNPSource
          HRNPNode of HRNPSource type.
 interface IHRNPSource50
          HRNPNode of HRNPSource50 type.
 

Methods in com.sap.portal.unification.hrnpnode that return IHRNPNode
 IHRNPNode IHRNPOperatorNode.getLeft()
          Gets a left leaf of this node
 IHRNPNode IHRNPOperatorNode.getRight()
          Gets a right leaf of this node
 IHRNPNode[] IHRNPMultiOp.getOperands()
          gets a Vector of IHRNPSource50/IHRNPSource which are the operands of IHRNPMultiOp
 

Methods in com.sap.portal.unification.hrnpnode with parameters of type IHRNPNode
 void IHRNPOperatorNode.setLeft(IHRNPNode left)
          sets the left leaf of a node
 void IHRNPOperatorNode.setRight(IHRNPNode right)
          Sets a right leaf of this node
 IHRNPOperatorNode IHRNPNodeFactoryService.createHRNPOperatorNode(java.lang.String op, IHRNPNode left, IHRNPNode right)
          Instantiates a new operator node with following parameters
 IHRNPOperatorNode IHRNPNodeFactoryService.createHRNPOperatorNode(java.lang.String op, IHRNPNode left, IHRNPNode right, java.lang.String relation)
          Instantiates a new operator node with following parameters
 void IHRNPMultiOp.setOperands(IHRNPNode[] vec)
          sets a Vector of IHRNPSource50/IHRNPSource which are the operands of IHRNPMultiOp
 

Uses of IHRNPNode in com.sap.portal.unification.hrnpparser
 

Methods in com.sap.portal.unification.hrnpparser that return IHRNPNode
 IHRNPNode IHRNPParser.parse(java.lang.String str)
          Parses the given String and returns HRNP Tree
 

Uses of IHRNPNode in com.sapportals.unification.unificationutils.urlflowutils
 

Methods in com.sapportals.unification.unificationutils.urlflowutils that return IHRNPNode
 IHRNPNode IBaseLinkParser.parseLink(java.lang.String)