public interface IGraphElementIdAcceptor
Modifier and Type | Method and Description |
---|---|
void |
storeId(IParseContext context,
IEdge edge,
String id)
Store the value of the id attribute for the given edge.
|
void |
storeId(IParseContext context,
IGraph graph,
String id)
Store the value of the id attribute for the given graph.
|
void |
storeId(IParseContext context,
INode node,
String id)
Store the value of the id attribute for the given node.
|
void |
storeId(IParseContext context,
IPort port,
String id)
Store the value of the id attribute for the given port.
|
void storeId(IParseContext context, IEdge edge, String id)
context
- The current parse context.edge
- The current edge elementid
- The id of the edge's XML representationvoid storeId(IParseContext context, IGraph graph, String id)
context
- The current parse context.graph
- The current graph elementid
- The id of the graph's XML representationvoid storeId(IParseContext context, INode node, String id)
context
- The current parse context.node
- The current node elementid
- The id of the node's XML representationvoid storeId(IParseContext context, IPort port, String id)
context
- The current parse context.port
- The current port elementid
- The id of the port's XML representation