|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICommuter
The top level interface handle to an instance of commuter, retrieved from
CommuterAPI.startCommuter(String[])
or CommuterAPI.commuter()
CommuterAPI| Method Summary | |
|---|---|
void |
exportQP(String path)
export the current network as QP format |
void |
importNetwork(String path,
String saveAs)
import the given VS/MDB/etc network |
void |
importQP(String path,
String saveAs)
import the given QP network |
void |
importSG(String filename)
Import from S-graphics |
IModel |
model()
Return a handle to the model part of the interface. |
void |
open(String path)
open the given network |
void |
openNew()
open a new network, with a default location |
IRouting |
routing()
Return a handle to the routing part of the interface. |
ISimulator |
simulator()
Return a handle to the simulator part of the interface. |
IUtility |
utility()
Return a handle to the utility part of the interface. |
IWindow |
window()
Return a handle to the window part of the interface. |
| Method Detail |
|---|
IModel model()
IRouting routing()
ISimulator simulator()
IUtility utility()
IWindow window()
void openNew()
void open(String path)
void importQP(String path,
String saveAs)
void importNetwork(String path,
String saveAs)
void exportQP(String path)
void importSG(String filename)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||