Interface SInterfaceConcept
- 
- All Superinterfaces:
- SAbstractConcept,- SElement,- SNamedElement
 
 public interface SInterfaceConcept extends SAbstractConcept Represents an interface concept
- 
- 
Method SummaryAll 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.SAbstractConceptgetConceptAlias, getContainmentLinks, getDeclarationNode, getHelpUrl, getLanguage, getName, getProperties, getQualifiedName, getReferenceLinks, getShortDescription, getSourceNode, isAbstract, isSubConceptOf, isValid
 
- 
 
- 
- 
- 
Method Detail- 
getSuperInterfacesIterable<SInterfaceConcept> getSuperInterfaces() Returns interfaces this one inherits immediately
 
- 
 
-