A C D G I N P R S T

S

setClassBox(ClassBox) - Method in class drvgraph.j2d.ClassPattern
Sets the associated class box that contains the given class pattern.
setClassName(String) - Method in class drvgraph.j2d.ClassBox
Sets the class name.
setClassPatterns(Vector<ClassPattern>) - Method in class drvgraph.j2d.ClassBox
Sets the class pattern vector of the specific class box.
setEastPoint(Point) - Method in class drvgraph.j2d.Naf
Sets the outgoing connection point.
setExpression(String) - Method in class drvgraph.j2d.SlotPattern
Sets the expression.
setLeftPointNeg(Point) - Method in class drvgraph.j2d.ClassPattern
Sets the negative "incoming" point of the class pattern.
setLeftPointPos(Point) - Method in class drvgraph.j2d.ClassPattern
Sets the positive "incoming" point of the class pattern.
setName(String) - Method in class drvgraph.j2d.SlotPattern
Sets the slot name.
setRightPointNeg(Point) - Method in class drvgraph.j2d.ClassPattern
Sets the negative "outgoing" point of the class pattern.
setRightPointPos(Point) - Method in class drvgraph.j2d.ClassPattern
Sets the positive "outgoing" point of the class pattern.
setRuleId(String) - Method in class drvgraph.j2d.Rule
Sets the rule ID.
setRuleType(String) - Method in class drvgraph.j2d.Rule
Sets the rule type.
setSelected(boolean) - Method in class drvgraph.j2d.ClassBox
Sets the "selected" status of the class box.
setSelected(boolean) - Method in class drvgraph.j2d.Naf
Sets the "selected" status of the naf triangle.
setSelected(boolean) - Method in class drvgraph.j2d.Rule
Sets the "selected" status of the rule.
setSlotPatterns(Vector<SlotPattern>) - Method in class drvgraph.j2d.ClassPattern
Sets the slot pattern vector of this class pattern.
setVar(String) - Method in class drvgraph.j2d.SlotPattern
Sets the variable.
setWestPoint(Point) - Method in class drvgraph.j2d.Naf
Sets the incoming connection point.
setX(int) - Method in class drvgraph.j2d.Naf
Sets the x coordinate of the naf triangle.
setY(int) - Method in class drvgraph.j2d.Naf
Sets the y coordinate of the naf triangle.
SlotPattern - Class in drvgraph.j2d
Represents the slot pattern.
SlotPattern() - Constructor for class drvgraph.j2d.SlotPattern
Creates a slot pattern with no name, no variable and and an empty list of constraints.
SlotPattern(String, String, String) - Constructor for class drvgraph.j2d.SlotPattern
Creates a slot pattern with a defined name, a defined variable and a given list of constraints.
STRICTRULE - Static variable in class drvgraph.j2d.Rule
Strict rule type.

A C D G I N P R S T