Modifier and Type | Method and Description |
---|---|
void |
WizardProvider.visit(SFRPin sfrComp) |
void |
StateBrokerHandler.visit(SFRPin sfrComp) |
void |
PinFigure.visit(SFRPin pin)
This function needs to draw a radial view of a pin.
|
void |
AxialPinFigure.visit(SFRPin pin)
Overrides the parent behavior to provide an axial view of the rod's
geometry.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(SFRPin pin) |
Modifier and Type | Method and Description |
---|---|
void |
ISFRComponentVisitor.visit(SFRPin sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a SFRPin.
|
Modifier and Type | Method and Description |
---|---|
SFRPin |
PinAssembly.getPinByLocation(int row,
int column)
Returns the SFRPin at the specified location (x, y coordinates) in the
assembly.
|
SFRPin |
PinAssembly.getPinByName(java.lang.String name)
Returns the SFRPin by the specified name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PinAssembly.addPin(SFRPin pin)
Adds the specified SFRPin to the assembly; returns true if the operation
was successful.
|
void |
SFRPin.copy(SFRPin otherObject)
Deep copies the contents of the object.
|