|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.ntnu.item.router.RouterControl
public class RouterControl
The main class.
Field Summary | |
---|---|
private ActionPlaneSessions |
actionPlaneSessions
The ActionPlaneSessions will control AP relevant sessions |
private ActionReasoner |
actionReasoner
The ActionReasoner will continuously communicate with AP and set
params |
private GuiXmlWriter |
guiXmlWriter
A GuiXmlWriter object that will keep the GUI up to date |
private Parser |
parser
Holds a Parser object |
private ServiceSessionBank |
serviceBank
Controls the ServiceSession objects known by the router |
Constructor Summary | |
---|---|
RouterControl()
Constructor Init objects |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main method to start the RouterControl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ServiceSessionBank serviceBank
ServiceSession
objects known by the router
private GuiXmlWriter guiXmlWriter
GuiXmlWriter
object that will keep the GUI up to date
private ActionPlaneSessions actionPlaneSessions
ActionPlaneSessions
will control AP relevant sessions
private ActionReasoner actionReasoner
ActionReasoner
will continuously communicate with AP and set
params
private Parser parser
Parser
object
Constructor Detail |
---|
public RouterControl() throws java.io.IOException
java.io.IOException
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
RouterControl
args
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |