Package jetbrains.mps.smodel.runtime
Class ConstraintContext_CanBeAncestor
- java.lang.Object
 - 
- jetbrains.mps.smodel.runtime.ConstraintContext_CanBeAncestor
 
 
- 
public final class ConstraintContext_CanBeAncestor extends Object
Arguments of 'can be ancestor' constraint function.- Since:
 - 3.5
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ConstraintContext_CanBeAncestor(SNode node, SAbstractConcept childConcept, SNode parentNode, SContainmentLink link)ConstraintContext_CanBeAncestor(SNode node, SNode childNode) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAbstractConceptgetChildConcept()SNodegetChildNode()SContainmentLinkgetLink()SNodegetNode()SNodegetParentNode()voidsetNode(SNode node) 
 - 
 
- 
- 
Constructor Detail
- 
ConstraintContext_CanBeAncestor
public ConstraintContext_CanBeAncestor(@NotNull SNode node, @NotNull SNode childNode)
 
- 
ConstraintContext_CanBeAncestor
public ConstraintContext_CanBeAncestor(@NotNull SNode node, @NotNull SAbstractConcept childConcept, @NotNull SNode parentNode, SContainmentLink link)
 
 - 
 
- 
Method Detail
- 
getChildConcept
@NotNull public SAbstractConcept getChildConcept()
 
- 
getLink
public SContainmentLink getLink()
 
 - 
 
 -