Modifier and Type | Method and Description |
---|---|
void |
WizardProvider.visit(SFReactor sfrComp) |
void |
StateBrokerHandler.visit(SFReactor sfrComp) |
void |
PinFigure.visit(SFReactor sfrComp) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(SFReactor reactor) |
Modifier and Type | Method and Description |
---|---|
SFReactor |
SFReactorIOHandler.readHDF5(java.net.URI uri)
Reads data from an input HDF5 file into a SFReactor.
|
Modifier and Type | Method and Description |
---|---|
void |
ISFRComponentVisitor.visit(SFReactor sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a SFReactor.
|
void |
SFReactorIOHandler.writeHDF5(java.net.URI uri,
SFReactor reactor)
Writes data from the input SFReactor into a HDF5 file.
|
Modifier and Type | Method and Description |
---|---|
void |
SFReactor.copy(SFReactor otherObject)
Deep copies the contents of the object.
|