|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.lehigh.swat.obione.Node
edu.lehigh.swat.obione.RuleNode
public class RuleNode
Models a rule node of a PDMS rule goal tree
| Field Summary | |
|---|---|
private Map |
label
|
private java.util.Vector<Node> |
uncles
|
| Constructor Summary | |
|---|---|
RuleNode(int id)
debug contructor should be taken out |
|
RuleNode(Map m)
|
|
| Method Summary | |
|---|---|
(package private) void |
addUncle(Node n)
|
(package private) Map |
getLabel()
|
(package private) java.util.Vector<Node> |
getUncle()
|
java.lang.String |
toString()
|
| Methods inherited from class edu.lehigh.swat.obione.Node |
|---|
addChild, getChildren, getId, getParent, setChildren, setId, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private Map label
private java.util.Vector<Node> uncles
| Constructor Detail |
|---|
RuleNode(int id)
RuleNode(Map m)
| Method Detail |
|---|
Map getLabel()
public java.lang.String toString()
toString in class java.lang.Objectvoid addUncle(Node n)
java.util.Vector<Node> getUncle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||