Interface for classes that can resolve graph elements based on their GraphML id attribute(s).
Inheritance Hierarchy
Members
No filters for this type
Methods
Resolve the GraphML id to an IEdge instance.
Resolve the GraphML
id to an IEdge instance.abstract
Parameters
- context: IParseContext
- The current parse context.
- id: string
- The id that should be resolved.
Return Value
Resolve the GraphML id to an IGraph instance.
Resolve the GraphML
id to an IGraph instance.abstract
Parameters
- context: IParseContext
- The current parse context.
- id: string
- The id that should be resolved.
Return Value
Resolve the GraphML id to an INode instance.
Resolve the GraphML
id to an INode instance.abstract
Parameters
- context: IParseContext
- The current parse context.
- id: string
- The id that should be resolved.
Return Value
Resolve the GraphML id to an IPort instance.
Resolve the GraphML
id to an IPort instance.The port owner is specified by the
ownerId attribute.abstract
Parameters
- context: IParseContext
- The current parse context.
- ownerId: string
- The GraphML id of the port owner.
- id: string
- The id that should be resolved.