Interface SInterfaceConcept
- 
- All Superinterfaces:
 SAbstractConcept,SElement,SNamedElement
- All Known Implementing Classes:
 InvalidConcept,SInterfaceConceptAdapter,SInterfaceConceptAdapterById
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 interfaces this one inherits immediately- 
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 interfaces this one inherits immediately 
 - 
 
 -