|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Symbol
Represents a symbol, which, e.g., can be used as input for the System Under Test (SUT) or which is output of the SUT.
| Method Summary | |
|---|---|
Object |
getUserObject()
Every Symbol should carry an arbitrary Object, e.g. |
void |
setUserObject(Object userObject)
Set the user object of this Symbol. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
Object getUserObject()
Symbol should carry an arbitrary Object, e.g.
a representative String. This is the usual setter-method.
Symbolvoid setUserObject(Object userObject)
Symbol.
userObject - Object this Symbol should refer to as its user object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||