Class SInterfaceConceptAdapter
- java.lang.Object
 - 
- jetbrains.mps.smodel.adapter.structure.SNamedElementAdapter
 - 
- jetbrains.mps.smodel.adapter.structure.concept.SAbstractConceptAdapter
 - 
- jetbrains.mps.smodel.adapter.structure.concept.SInterfaceConceptAdapter
 
 
 
 
- 
- All Implemented Interfaces:
 ConceptMetaInfoConverter,SAbstractConcept,SElement,SInterfaceConcept,SNamedElement
- Direct Known Subclasses:
 SInterfaceConceptAdapterById
public abstract class SInterfaceConceptAdapter extends SAbstractConceptAdapter implements SInterfaceConcept
- See Also:
 SAbstractConceptAdapter
 
- 
- 
Field Summary
- 
Fields inherited from class jetbrains.mps.smodel.adapter.structure.concept.SAbstractConceptAdapter
ID_DELIM 
- 
Fields inherited from class jetbrains.mps.smodel.adapter.structure.SNamedElementAdapter
myFqName 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedSInterfaceConceptAdapter(String fqName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SInterfaceConcept>getSuperInterfaces()Returns interfaces this one inherits immediatelybooleanisAbstract()- 
Methods inherited from class jetbrains.mps.smodel.adapter.structure.concept.SAbstractConceptAdapter
convertAggregation, convertAssociation, convertProperty, deserialize, findInModel, getConceptAlias, getConceptDescriptor, getContainmentLinks, getDeclarationNode, getDescriptor, getHelpUrl, getProperties, getReferenceLinks, getShortDescription, hasLink, hasProperty, hasReference, isSubConceptOf, isSubConceptOfSpecial, isValid, serialize, toString 
- 
Methods inherited from class jetbrains.mps.smodel.adapter.structure.SNamedElementAdapter
getName, getSourceNode, isBootstrap 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.jetbrains.mps.openapi.language.SAbstractConcept
getConceptAlias, getContainmentLinks, getDeclarationNode, getHelpUrl, getLanguage, getName, getProperties, getQualifiedName, getReferenceLinks, getShortDescription, getSourceNode, isSubConceptOf, isValid 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SInterfaceConceptAdapter
protected SInterfaceConceptAdapter(String fqName)
 
 - 
 
- 
Method Detail
- 
getSuperInterfaces
public List<SInterfaceConcept> getSuperInterfaces()
Description copied from interface:SInterfaceConceptReturns interfaces this one inherits immediately- Specified by:
 getSuperInterfacesin interfaceSInterfaceConcept
 
- 
isAbstract
public final boolean isAbstract()
- Specified by:
 isAbstractin interfaceSAbstractConcept- Overrides:
 isAbstractin classSAbstractConceptAdapter- Returns:
 truefor interfaces and abstract concepts.
 
 - 
 
 -