Class MetaAdapterFactoryByName
- java.lang.Object
 - 
- jetbrains.mps.smodel.adapter.structure.MetaAdapterFactoryByName
 
 
- 
@Deprecated public class MetaAdapterFactoryByName extends Object
Deprecated.ConceptMetaInfoConvertercovers transition from string to meta-object within SConcept scope. To get SLanguage or SConcept/SInterfaceConcept, there's no other alternative at the moment but to use static methods of this class. 
- 
- 
Constructor Summary
Constructors Constructor Description MetaAdapterFactoryByName()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SConceptgetConcept(String conceptName)Deprecated.static SContainmentLinkgetContainmentLink(String conceptName, String linkName)Deprecated.static SInterfaceConceptgetInterfaceConcept(String conceptName)Deprecated.static SPropertygetProperty(String conceptName, String propName)Deprecated.static SReferenceLinkgetReferenceLink(String conceptName, String refName)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getConcept
@Deprecated public static SConcept getConcept(String conceptName)
Deprecated. 
- 
getInterfaceConcept
@Deprecated public static SInterfaceConcept getInterfaceConcept(String conceptName)
Deprecated. 
- 
getProperty
@Deprecated public static SProperty getProperty(String conceptName, String propName)
Deprecated.Generally, this method shall not be used directly. Consider usingConceptMetaInfoConverter.convertProperty(String)instead 
- 
getReferenceLink
@Deprecated public static SReferenceLink getReferenceLink(String conceptName, String refName)
Deprecated.Generally, this method shall not be used directly. Consider usingConceptMetaInfoConverter.convertAssociation(String)instead 
- 
getContainmentLink
@Deprecated public static SContainmentLink getContainmentLink(String conceptName, String linkName)
Deprecated.Generally, this method shall not be used directly. Consider usingConceptMetaInfoConverter.convertAggregation(String)} instead 
 - 
 
 -