|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The mediator interface.
Field Summary | |
static java.lang.String |
INDEXFIELD
|
Method Summary | |
void |
deleteGraph(java.lang.Object graph)
Deletes a graph. |
java.lang.Object |
getGraph(java.lang.Object prototype)
Retrieves a graph based on given prototype. |
void |
updateGraph(java.lang.Object graph)
Stores a graph. |
Field Detail |
public static final java.lang.String INDEXFIELD
Method Detail |
public java.lang.Object getGraph(java.lang.Object prototype) throws MediatorException
prototype
- a prototype to obtain a initialized graph.
MediatorException
public void updateGraph(java.lang.Object graph) throws MediatorException
graph
- the root element of the graph.
MediatorException
public void deleteGraph(java.lang.Object graph) throws MediatorException
graph
- the root element of the graph.
MediatorException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |