Package jetbrains.mps.kernel.model
Class SModelUtil
- java.lang.Object
 - 
- jetbrains.mps.kernel.model.SModelUtil
 
 
- 
@Deprecated public class SModelUtil extends Object
Deprecated.use S-entities instead 
- 
- 
Constructor Summary
Constructors Constructor Description SModelUtil()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<SAbstractConcept>getConceptAndAllSuperConcepts(SAbstractConcept concept)Deprecated.static LanguagegetDeclaringLanguage(SNode concept)Deprecated.static List<SAbstractConcept>getDirectSuperConcepts(SAbstractConcept concept)Deprecated.static List<SNode>getDirectSuperConcepts(SNode concept)Deprecated.static SNodegetGenuineLinkDeclaration(SNode linkDeclaration)Deprecated.static StringgetGenuineLinkRole(SNode linkDecl)Deprecated.static SEnumerationLiteralgetGenuineLinkSourceCardinality(SNode linkDecl)Deprecated.static StringgetLinkDeclarationRole(SNode link)Deprecated.static SNodegetLinkDeclarationSpecializedLink(SNode link)Deprecated.static SNodegetLinkDeclarationTarget(SNode linkDeclaration)Deprecated.static booleanisAcceptableTarget(SNode linkDeclaration, SNode referentNode)Deprecated.static booleanisAggregation(SNode linkDeclaration)Deprecated.static booleanisMultipleLinkDeclaration(SNode linkDeclaration)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getGenuineLinkDeclaration
public static SNode getGenuineLinkDeclaration(SNode linkDeclaration)
Deprecated. 
- 
getDirectSuperConcepts
@Deprecated public static List<SNode> getDirectSuperConcepts(SNode concept)
Deprecated. 
- 
getDirectSuperConcepts
public static List<SAbstractConcept> getDirectSuperConcepts(SAbstractConcept concept)
Deprecated. 
- 
getConceptAndAllSuperConcepts
public static List<SAbstractConcept> getConceptAndAllSuperConcepts(SAbstractConcept concept)
Deprecated. 
- 
getGenuineLinkSourceCardinality
public static SEnumerationLiteral getGenuineLinkSourceCardinality(SNode linkDecl)
Deprecated. 
- 
isAcceptableTarget
public static boolean isAcceptableTarget(SNode linkDeclaration, SNode referentNode)
Deprecated. 
- 
isMultipleLinkDeclaration
public static boolean isMultipleLinkDeclaration(@NotNull SNode linkDeclaration)
Deprecated. 
- 
getLinkDeclarationTarget
public static SNode getLinkDeclarationTarget(SNode linkDeclaration)
Deprecated. 
- 
getLinkDeclarationSpecializedLink
public static SNode getLinkDeclarationSpecializedLink(SNode link)
Deprecated. 
 - 
 
 -