Package jetbrains.mps.smodel.search
Class SModelSearchUtil
- java.lang.Object
 - 
- jetbrains.mps.smodel.search.SModelSearchUtil
 
 
- 
@Deprecated public class SModelSearchUtil extends Object
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description SModelSearchUtil()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SNodefindLinkDeclaration(SNode conceptDeclaration, String role)Deprecated.static SNodefindPropertyDeclaration(SNode concept, String propertyName)Deprecated.static List<SNode>getLinkDeclarations(SNode concept)Deprecated.static List<SNode>getPropertyDeclarations(SNode concept)Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
SModelSearchUtil
@Deprecated public SModelSearchUtil()
Deprecated. 
 - 
 
- 
Method Detail
- 
findLinkDeclaration
@Deprecated public static SNode findLinkDeclaration(SNode conceptDeclaration, String role)
Deprecated.use node.finLinkDeclaration()  
- 
getLinkDeclarations
@Deprecated public static List<SNode> getLinkDeclarations(SNode concept)
Deprecated.use node.getLinkDeclarations()  
- 
getPropertyDeclarations
@Deprecated public static List<SNode> getPropertyDeclarations(SNode concept)
Deprecated. 
- 
findPropertyDeclaration
@Nullable @Deprecated public static SNode findPropertyDeclaration(SNode concept, String propertyName)
Deprecated. 
 - 
 
 -