|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.reg.Composition
public class Composition
Runnable composition.
Constructor Summary | |
---|---|
Composition()
|
Method Summary | |
---|---|
static void |
connectPieces(HashMapChannels channels)
Connect pieces by channels. |
static void |
createPieces(HashMapModules modules)
Create Piece instances. |
static void |
disposePieces(HashMapModules modules)
Dispose Piece instances. |
static void |
initPieces(HashMapModules modules)
Inits all Piece instances. |
static void |
run(InfoGroup composition)
Runs the given composition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Composition()
Method Detail |
---|
public static void createPieces(HashMapModules modules)
modules
- Map of all relevant modules.public static void disposePieces(HashMapModules modules)
modules
- Map of all relevant modules.public static void connectPieces(HashMapChannels channels)
channels
- Map of all relevant channels.public static void initPieces(HashMapModules modules)
modules
- Map of all relevant modules.public static void run(InfoGroup composition)
composition
- Composition to run.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |