Package jetbrains.mps.smodel.runtime
Interface BehaviorAspectDescriptor
- 
- All Superinterfaces:
 ILanguageAspect
- All Known Implementing Classes:
 BaseBehaviorAspectDescriptor
public interface BehaviorAspectDescriptor extends ILanguageAspect
LanguageRuntime is allowed to return null descriptor in case there are no behavior methods for language's concept defined right in the language. Access to behaviors from concept's hierarchy is done by ConceptRegistry at the moment, seeConstraintsAspectDescriptor.- See Also:
 EmptyBHDescriptor
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BHDescriptorgetDescriptor(SAbstractConcept concept) 
 - 
 
- 
- 
Method Detail
- 
getDescriptor
BHDescriptor getDescriptor(@NotNull SAbstractConcept concept)
- Parameters:
 concept- is the concept- Returns:
 - a behavior descriptor for this concept
 
 
 - 
 
 -