|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that allows to control the id attribute value of core GraphML elements.
| Method Summary | |
String |
getEdgeId(Object o,
GraphMLWriteContext context)
Get an ID for the specified edge object |
String |
getGraphId(Object o,
GraphMLWriteContext context)
Get an ID for the specified graph object |
String |
getHyperedgeId(Object o,
GraphMLWriteContext context)
Get an ID for the specified hyperedge object |
String |
getNodeId(Object o,
GraphMLWriteContext context)
Get an ID for the specified node object |
String |
getPortId(Object port,
Object owner,
GraphMLWriteContext context)
Get an ID for the specified port object |
| Method Detail |
public String getGraphId(Object o,
GraphMLWriteContext context)
o - the current graph objectcontext - the current write context, for further information to the provider
public String getNodeId(Object o,
GraphMLWriteContext context)
o - the current node objectcontext - the current write context, for further information to the provider
public String getEdgeId(Object o,
GraphMLWriteContext context)
o - the current edge objectcontext - the current write context, for further information to the provider
public String getPortId(Object port,
Object owner,
GraphMLWriteContext context)
port - the current port objectowner - the owner of the portcontext - the current write context, for further information to the provider
public String getHyperedgeId(Object o,
GraphMLWriteContext context)
o - the current hyperedge objectcontext - the current write context, for further information to the provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||