Interface ISkeletonTrace
- Namespace
- NMF.Glsp.Processing
- Assembly
- NMF.Glsp.dll
Denotes a trace for GLSP skeletons
public interface ISkeletonTrace
Methods
RemoveElement(object, object)
Finds the graphical element created for the given semantic element and the given skeleton and removes it from the trace
GElement RemoveElement(object element, object skeleton)
Parameters
Returns
- GElement
the graphical element or null, if it was not found
ResolveElement(object, object)
Finds the graphical element created for the given semantic element and the given skeleton
GElement ResolveElement(object element, object skeleton)
Parameters
Returns
- GElement
the graphical element or null, if it was not found
Trace(object, GElement)
Traces the given combination of semantic element and graphical element
void Trace(object element, GElement gElement)