Interface SContainmentLink
-
- All Superinterfaces:
SAbstractLink
,SConceptFeature
,SElement
,SNamedElement
public interface SContainmentLink extends SAbstractLink
Containment links describe parent-child relationships.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SNode
getDeclarationNode()
Deprecated.String
getRoleName()
Deprecated.boolean
isUnordered()
The order of elements contained by such links can be changed without affecting the language semantics.-
Methods inherited from interface org.jetbrains.mps.openapi.language.SAbstractLink
getRole, getTargetConcept, isMultiple, isOptional, isReference
-
Methods inherited from interface org.jetbrains.mps.openapi.language.SConceptFeature
getOwner, isValid
-
Methods inherited from interface org.jetbrains.mps.openapi.language.SElement
getLanguage, getSourceNode
-
Methods inherited from interface org.jetbrains.mps.openapi.language.SNamedElement
getName
-
-
-
-
Method Detail
-
getRoleName
@Deprecated String getRoleName()
Deprecated.Returns a name of this property Though in 3.2 the name is still used as id in some cases, it should be treated only as a user-friendly text representation.
-
isUnordered
boolean isUnordered()
The order of elements contained by such links can be changed without affecting the language semantics. The value is undefined for singular links.
-
getDeclarationNode
@Nullable @Deprecated SNode getDeclarationNode()
Deprecated.
-
-