Class StyleFeatureKeyComputer

java.lang.Object
com.e1c.langtool.v8.dt.naming.AbstractFeatureKeyComputer
com.e1c.langtool.v8.dt.md.style.StyleFeatureKeyComputer
All Implemented Interfaces:
IFeatureKeyComputer

public class StyleFeatureKeyComputer extends AbstractFeatureKeyComputer
  • Constructor Details

    • StyleFeatureKeyComputer

      public StyleFeatureKeyComputer()
  • Method Details

    • isSupported

      public boolean isSupported(org.eclipse.emf.ecore.EObject object)
      Description copied from interface: IFeatureKeyComputer
      Checks if this compueter is supported the object.
      Parameters:
      object - the object
      Returns:
      true, if is supported
    • computeFqn

      public FeatureKey computeFqn(org.eclipse.emf.ecore.EObject obj)
      Specified by:
      computeFqn in class AbstractFeatureKeyComputer