Package jetbrains.mps.smodel.constraints
Class PresentationReferentConstraintsContextImpl
- java.lang.Object
 - 
- jetbrains.mps.smodel.constraints.ReferentConstraintsContextImpl
 - 
- jetbrains.mps.smodel.constraints.PresentationReferentConstraintsContextImpl
 
 
 
- 
- All Implemented Interfaces:
 ReferenceConstraintsContext,ReferencePresentationContext
public class PresentationReferentConstraintsContextImpl extends ReferentConstraintsContextImpl implements ReferencePresentationContext
 
- 
- 
Constructor Summary
Constructors Constructor Description PresentationReferentConstraintsContextImpl(SNode contextNode, SContainmentLink containmentLink, int position, SNode referenceNode, boolean exists, SAbstractConcept targetConcept, SNode parameterNode, boolean visible, boolean smartRef, boolean inEditor) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetInEditor()SNodegetParameterNode()booleangetSmartReference()booleangetVisible()- 
Methods inherited from class jetbrains.mps.smodel.constraints.ReferentConstraintsContextImpl
getContainingLink, getContainmentLink, getContextNode, getContextRole, getEnclosingNode, getLinkTarget, getLinkTargetConcept, getModel, getPosition, getReferenceNode, isExists 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jetbrains.mps.smodel.runtime.ReferenceConstraintsContext
getContainingLink, getContainmentLink, getContextNode, getContextRole, getEnclosingNode, getLinkTarget, getLinkTargetConcept, getModel, getPosition, getReferenceNode, isExists 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PresentationReferentConstraintsContextImpl
public PresentationReferentConstraintsContextImpl(@NotNull SNode contextNode, @Nullable SContainmentLink containmentLink, int position, @Nullable SNode referenceNode, boolean exists, @NotNull SAbstractConcept targetConcept, SNode parameterNode, boolean visible, boolean smartRef, boolean inEditor)
 
 - 
 
- 
Method Detail
- 
getParameterNode
public SNode getParameterNode()
- Specified by:
 getParameterNodein interfaceReferencePresentationContext
 
- 
getVisible
public boolean getVisible()
- Specified by:
 getVisiblein interfaceReferencePresentationContext
 
- 
getSmartReference
public boolean getSmartReference()
- Specified by:
 getSmartReferencein interfaceReferencePresentationContext
 
- 
getInEditor
public boolean getInEditor()
- Specified by:
 getInEditorin interfaceReferencePresentationContext
 
 - 
 
 -