Modifier and Type | Method and Description |
---|---|
void |
WizardProvider.visit(SFRRod sfrComp) |
void |
StateBrokerHandler.visit(SFRRod sfrComp) |
void |
PinFigure.visit(SFRRod sfrComp) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(SFRRod sfrComp) |
Modifier and Type | Method and Description |
---|---|
void |
ISFRComponentVisitor.visit(SFRRod sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a SFRRod.
|
Modifier and Type | Method and Description |
---|---|
SFRRod |
ReflectorAssembly.getRodByLocation(int row,
int column)
Returns the SFRRod at the specified location (x, y coordinates) in the
assembly.
|
SFRRod |
ReflectorAssembly.getRodByName(java.lang.String name)
Returns the SFRRod with the specified name in the assembly.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReflectorAssembly.addRod(SFRRod rod)
Adds the specified SFRRod to the Reflector assembly; returns true if the
operation is successful.
|
void |
SFRRod.copy(SFRRod otherObject)
Deep copies the contents of the object.
|