You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.
add default type in SModelElements classes, e.g. node in SNode
add a constant for empty model
allow to add style classes
ITraceProvider.trace() should retrun the SModelElement
add a template method to handle additional actions in LanguageAwareDiagramServer#accept
allow to configure ActionTypeAdapter using DI (don't use static methods) to add more actions
IDiagramGenerator should take the Context as an argument
IDiagramGenerator should take the Issues as an argument
add a ServerStatus.Severity FATAL that means avoid diagram generation. ERROR could mean we can generate the diagram anyway, e.g. when there are only validation errors
add SIssueMarker to model
The text was updated successfully, but these errors were encountered:
type
inSModelElement
s classes, e.g.node
inSNode
ITraceProvider.trace()
should retrun theSModelElement
LanguageAwareDiagramServer#accept
ActionTypeAdapter
using DI (don't use static methods) to add more actionsIDiagramGenerator
should take theContext
as an argumentIDiagramGenerator
should take theIssues
as an argumentFATAL
that means avoid diagram generation. ERROR could mean we can generate the diagram anyway, e.g. when there are only validation errorsSIssueMarker
to modelThe text was updated successfully, but these errors were encountered: