Class BehaviorRegistryImpl
- java.lang.Object
 - 
- jetbrains.mps.core.aspects.behaviour.BehaviorRegistryImpl
 
 
- 
- All Implemented Interfaces:
 BehaviorRegistry,CoreAspectRegistry
public class BehaviorRegistryImpl extends Object implements BehaviorRegistry
A registry for behavior descriptors. Currently containsBHDescriptorCreated by apyshkin on 7/15/15. 
- 
- 
Constructor Summary
Constructors Constructor Description BehaviorRegistryImpl(LanguageRegistry languageRegistry) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()BHDescriptorgetBHDescriptor(SAbstractConcept concept)MethodResolutionOrder<jetbrains.mps.core.aspects.behaviour._SAbstractConcept>getMRO() 
 - 
 
- 
- 
Constructor Detail
- 
BehaviorRegistryImpl
public BehaviorRegistryImpl(LanguageRegistry languageRegistry)
 
 - 
 
- 
Method Detail
- 
getMRO
@NotNull public MethodResolutionOrder<jetbrains.mps.core.aspects.behaviour._SAbstractConcept> getMRO()
- Specified by:
 getMROin interfaceBehaviorRegistry
 
- 
getBHDescriptor
@NotNull public BHDescriptor getBHDescriptor(@NotNull SAbstractConcept concept)
- Specified by:
 getBHDescriptorin interfaceBehaviorRegistry
 
- 
clear
public void clear()
- Specified by:
 clearin interfaceCoreAspectRegistry
 
 - 
 
 -