Package jetbrains.mps.smodel.runtime
Interface LinkDescriptor
- 
- All Known Implementing Classes:
 BaseLinkDescriptor
public interface LinkDescriptor 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SContainmentLinkIdgetId()StringgetName()SNodeReferencegetSourceNode()SConceptIdgetTargetConcept()booleanisMultiple()booleanisOptional()booleanisUnordered() 
 - 
 
- 
- 
Method Detail
- 
getId
SContainmentLinkId getId()
 
- 
getName
String getName()
 
- 
getTargetConcept
SConceptId getTargetConcept()
 
- 
isOptional
boolean isOptional()
 
- 
isMultiple
boolean isMultiple()
 
- 
isUnordered
boolean isUnordered()
 
- 
getSourceNode
SNodeReference getSourceNode()
 
 - 
 
 -