Interface AbstractConceptLike.ConceptLike
- 
- All Superinterfaces:
 AbstractConceptLike
- Enclosing interface:
 - AbstractConceptLike
 
public static interface AbstractConceptLike.ConceptLike extends AbstractConceptLike
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface jetbrains.mps.core.aspects.behaviour.api.AbstractConceptLike
AbstractConceptLike.ConceptLike, AbstractConceptLike.InterfaceConceptLike 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractConceptLike.ConceptLikegetSuperConcept()booleanisAbstract()- 
Methods inherited from interface jetbrains.mps.core.aspects.behaviour.api.AbstractConceptLike
getName, getSuperInterfaces 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isAbstract
boolean isAbstract()
 
- 
getSuperConcept
@Nullable AbstractConceptLike.ConceptLike getSuperConcept()
- Returns:
 - null iff it is a root
 
 
 - 
 
 -