|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpsengines.ProgramLoader
It describes the Program loader component of PS-View.
Program Loader is responsible the loading of the code and it's (run-time) clarifaction of what kind of components will use be. The Program Loader class uses the reflection mechanism to add dynamically new operators.
| Constructor Summary | |
ProgramLoader(java.io.PipedWriter pw)
Creates an instance of Program Loader. |
|
ProgramLoader(java.lang.String fileName)
Creates an instance of Program Loader. |
|
| Method Summary | |
PSObject |
nextPSObject()
Returns the next PSObject found in the stream. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProgramLoader(java.lang.String fileName)
throws java.io.FileNotFoundException
public ProgramLoader(java.io.PipedWriter pw)
| Method Detail |
public PSObject nextPSObject()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||