Package jetbrains.mps.smodel.adapter.ids
Class MetaIdHelper
- java.lang.Object
 - 
- jetbrains.mps.smodel.adapter.ids.MetaIdHelper
 
 
- 
public final class MetaIdHelper extends Object
Facility to go from meta-model API to implementation-level identities. Intended for MPS own implementation facilities, not for external use. Counterpart forMetaIdFactory. Tightly coupled with implementation injetbrains.mps.smodel.adapter.structure.concept.*Perhaps, shall introduce an interface to replace casts to implementation classes. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SContainmentLinkIdgetAggregation(SContainmentLink l)static SReferenceLinkIdgetAssociation(SReferenceLink r)static SConceptIdgetConcept(SAbstractConcept c)static SLanguageIdgetLanguage(SLanguage l)static SPropertyIdgetProperty(SProperty p) 
 - 
 
- 
- 
Method Detail
- 
getLanguage
@NotNull public static SLanguageId getLanguage(SLanguage l)
 
- 
getConcept
@NotNull public static SConceptId getConcept(SAbstractConcept c)
 
- 
getProperty
@NotNull public static SPropertyId getProperty(SProperty p)
 
- 
getAssociation
@NotNull public static SReferenceLinkId getAssociation(SReferenceLink r)
 
- 
getAggregation
@NotNull public static SContainmentLinkId getAggregation(SContainmentLink l)
 
 - 
 
 -