Interface SElement
-
- All Known Subinterfaces:
SAbstractConcept
,SAbstractLink
,SConcept
,SConceptFeature
,SContainmentLink
,SEnumeration
,SInterfaceConcept
,SNamedElement
,SProperty
,SReferenceLink
public interface SElement
Common interface for all meta-entities.- Since:
- 2018.3
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SLanguage
getLanguage()
Language which the element belongs to.default SNodeReference
getSourceNode()
Returns reference to the node, which was generated to this element.
-
-
-
Method Detail
-
getSourceNode
@Nullable default SNodeReference getSourceNode()
Returns reference to the node, which was generated to this element. Should be used to language debug and navigation purposes.
-
-