|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Abstraction of a node in a HRNP tree.
| Field Summary | |
static String |
DELIMETER_SEPARATOR
Delimeter between different parts of a node string |
static String |
DELIMETER_SERVER
Delimeter between server and port |
static String |
DOT
Dot sign |
static String |
EMPTY_STRING
Empty string |
static String |
EQUALS
Equal (=) sign |
static String |
HRNP_LINK_PREFFIX
Prefix of HRNP link |
static String |
OPERATOR_DRAG_AND_RELATE
Operator for Drag&Relate operations |
static String |
OPERATOR_FILTER
Operator for filter and AND operations |
static String |
OPERATOR_OR
Operator for OR operations |
static String |
RELATION_BRACE_LEFT
Left brace of a relation object of an IHRNPNode |
static String |
RELATION_BRACE_RIGHT
Right brace of a relation object of an IHRNPNode |
| Method Summary | |
Object |
clone()
Clones the node. |
boolean |
equals(Object obj)
Checks if the given object is equal to this node. |
String |
getHRNPLink()
Builds an HRNP link to this node. |
void |
print()
Prints to standart output the string representastion of a node |
String |
toString()
Builds a String representation of this Node. |
| Field Detail |
public static final String OPERATOR_DRAG_AND_RELATE
public static final String OPERATOR_FILTER
public static final String OPERATOR_OR
public static final String EQUALS
public static final String DELIMETER_SERVER
public static final String DELIMETER_SEPARATOR
public static final String RELATION_BRACE_RIGHT
public static final String RELATION_BRACE_LEFT
public static final String HRNP_LINK_PREFFIX
public static final String EMPTY_STRING
public static final String DOT
| Method Detail |
public void print()
public Object clone()
throws CloneNotSupportedException
IHRNPNode with the same parameters as this one.
CloneNotSupportedExceptionpublic boolean equals(Object obj)
obj - Object to check equality with.
true if equals, false otherwise.public String toString()
public String getHRNPLink()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||