public class ReactorReaderFactory
extends java.lang.Object
Constructor and Description |
---|
ReactorReaderFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
copyReactor(IReactorComponent source,
IReactorComponent destination)
Copies the information from a source IReactorComponent instance to
another IReactorComponent.
|
IReactorComponent |
readReactor(java.net.URI source)
This method reads the data from a given file into an implementation of an
IReactorComponent.
|
public IReactorComponent readReactor(java.net.URI source)
source
- The URI of the source data file.null
if the file could not be read.public boolean copyReactor(IReactorComponent source, IReactorComponent destination)
source
- The source IReactorComponent to be copied from.destination
- The destination IReactorComponent to be copied to.