Class SConceptAdapter
- java.lang.Object
 - 
- jetbrains.mps.smodel.adapter.structure.SNamedElementAdapter
 - 
- jetbrains.mps.smodel.adapter.structure.concept.SAbstractConceptAdapter
 - 
- jetbrains.mps.smodel.adapter.structure.concept.SConceptAdapter
 
 
 
 
- 
- All Implemented Interfaces:
 ConceptMetaInfoConverter,SAbstractConcept,SConcept,SElement,SNamedElement
- Direct Known Subclasses:
 SConceptAdapterById
public abstract class SConceptAdapter extends SAbstractConceptAdapter implements SConcept
- 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 protectedSConceptAdapter(String fqName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SConceptgetSuperConcept()Returns the superconcept of this conceptIterable<SInterfaceConcept>getSuperInterfaces()Returns immediately implemented interfacesbooleanisRootable()- 
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, isAbstract, 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, isAbstract, isSubConceptOf, isValid 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SConceptAdapter
protected SConceptAdapter(String fqName)
 
 - 
 
- 
Method Detail
- 
getSuperConcept
public SConcept getSuperConcept()
Description copied from interface:SConceptReturns the superconcept of this concept- Specified by:
 getSuperConceptin interfaceSConcept
 
- 
isRootable
public boolean isRootable()
- Specified by:
 isRootablein interfaceSConcept
 
- 
getSuperInterfaces
public Iterable<SInterfaceConcept> getSuperInterfaces()
Description copied from interface:SConceptReturns immediately implemented interfaces- Specified by:
 getSuperInterfacesin interfaceSConcept
 
 - 
 
 -