Interface SConcept
-
- All Superinterfaces:
SAbstractConcept,SNamedElement
public interface SConcept extends SAbstractConcept
Represents a concept
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SConceptgetSuperConcept()Returns the superconcept of this conceptIterable<SInterfaceConcept>getSuperInterfaces()Returns immediately implemented interfacesbooleanisRootable()-
Methods inherited from interface org.jetbrains.mps.openapi.language.SAbstractConcept
getConceptAlias, getContainmentLinks, getDeclarationNode, getHelpUrl, getLanguage, getName, getProperties, getQualifiedName, getReferenceLinks, getShortDescription, getSourceNode, isAbstract, isSubConceptOf, isValid
-
-
-
-
Method Detail
-
getSuperInterfaces
Iterable<SInterfaceConcept> getSuperInterfaces()
Returns immediately implemented interfaces
-
isRootable
boolean isRootable()
-
-