Table of Contents

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

element object

the semantic element

skeleton object

the skeleton

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

element object

the semantic element

skeleton object

the skeleton

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)

Parameters

element object

the semantic element

gElement GElement

the graphical element