Interface SConceptFeature
- 
- All Superinterfaces:
- SNamedElement
 - All Known Subinterfaces:
- SAbstractLink,- SContainmentLink,- SProperty,- SReferenceLink
 
 public interface SConceptFeature extends SNamedElement Member of a concept, named.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SAbstractConceptgetOwner()Retrieves concept where the feature has been declared.booleanisValid()- 
Methods inherited from interface org.jetbrains.mps.openapi.language.SNamedElementgetName
 
- 
 
- 
- 
- 
Method Detail- 
getOwner@NotNull SAbstractConcept getOwner() Retrieves concept where the feature has been declared. Note, this concept doesn't necessarily match concept of the node when this feature has been obtained through node's meta-model accessors, instead, the feature may originate from one of concept's ancestors.- Returns:
- concept this feature is declared in
 
 - 
isValidboolean isValid() 
 
- 
 
-