Package jetbrains.mps.smodel.language
Class ConceptRegistryUtil
- java.lang.Object
 - 
- jetbrains.mps.smodel.language.ConceptRegistryUtil
 
 
- 
public class ConceptRegistryUtil extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ConceptRegistryUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConceptDescriptorgetConceptDescriptor(SConceptId conceptId)Deprecated.static ConstraintsDescriptorgetConstraintsDescriptor(SAbstractConcept concept) 
 - 
 
- 
- 
Method Detail
- 
getConceptDescriptor
@Nullable @Deprecated public static ConceptDescriptor getConceptDescriptor(SConceptId conceptId)
Deprecated.Look up concept registry for specified concept- Parameters:
 conceptId- id of a concept to look up- Returns:
 nullif not found
 
- 
getConstraintsDescriptor
@NotNull public static ConstraintsDescriptor getConstraintsDescriptor(SAbstractConcept concept)
 
 - 
 
 -