|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SmModelService
The service that can be used to query the project model of the simulation manager application. This interface is only accessible from a local node. It is never exported to be remotely available. Hence, the name is a bit misleading. However, this class could be well used as a remote interface for querying the model of the simulation manager.
| Method Summary | |
|---|---|
org.eclipse.emf.ecore.sdo.EDataGraph |
getAllData()
Returns all data currently stored in the project file. |
void |
update(org.eclipse.emf.ecore.sdo.EDataGraph dg)
Updates the simulation manager project file according to the changes included in the data graph. |
| Method Detail |
|---|
org.eclipse.emf.ecore.sdo.EDataGraph getAllData()
throws java.io.IOException
java.io.IOException
void update(org.eclipse.emf.ecore.sdo.EDataGraph dg)
throws java.io.IOException
dg - The data graph that includes the changes that are to be made
to the simulation manager project file.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||