Interface SInterfaceConcept
-
- All Superinterfaces:
SAbstractConcept
,SElement
,SNamedElement
public interface SInterfaceConcept extends SAbstractConcept
Represents an interface concept
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<SInterfaceConcept>
getSuperInterfaces()
Returns directly implemented (in case of concept declaration) or extended (in case of interface concept declaration) interfaces.-
Methods inherited from interface org.jetbrains.mps.openapi.language.SAbstractConcept
getConceptAlias, getContainmentLinks, getDeclarationNode, getHelpUrl, getLanguage, getName, getProperties, getQualifiedName, getReferenceLinks, getShortDescription, getSourceNode, getSuperConcept, isAbstract, isSubConceptOf, isValid
-
-
-
-
Method Detail
-
getSuperInterfaces
Iterable<SInterfaceConcept> getSuperInterfaces()
Description copied from interface:SAbstractConcept
Returns directly implemented (in case of concept declaration) or extended (in case of interface concept declaration) interfaces.- Specified by:
getSuperInterfaces
in interfaceSAbstractConcept
-
-