Class PlannerQualifiedNameProvider

java.lang.Object
org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
com._1c.g5.v8.dt.internal.planner.PlannerQualifiedNameProvider
All Implemented Interfaces:
com.google.common.base.Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>, Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>, org.eclipse.xtext.naming.IQualifiedNameProvider

public class PlannerQualifiedNameProvider extends org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
Qualified name provider for the Planner package
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.xtext.naming.IQualifiedNameProvider

    org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.xtext.naming.QualifiedName
    apply(org.eclipse.emf.ecore.EObject input)
     
    protected org.eclipse.xtext.naming.QualifiedName
    Get fqn for NamedElement
    protected org.eclipse.xtext.naming.QualifiedName
    computeFqn(org.eclipse.emf.ecore.EObject object)
    Get fqn for object from xdto package
    org.eclipse.xtext.naming.QualifiedName
    getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.common.base.Function

    equals

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • PlannerQualifiedNameProvider

      public PlannerQualifiedNameProvider()
  • Method Details

    • apply

      public org.eclipse.xtext.naming.QualifiedName apply(org.eclipse.emf.ecore.EObject input)
      Specified by:
      apply in interface com.google.common.base.Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>
      Specified by:
      apply in interface Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>
      Overrides:
      apply in class org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
    • getFullyQualifiedName

      public org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)
    • computeFqn

      protected org.eclipse.xtext.naming.QualifiedName computeFqn(org.eclipse.emf.ecore.EObject object)
      Get fqn for object from xdto package
      Parameters:
      object - object for getting fqn, can't be null
      Returns:
      fqn, can be null
    • computeFqn

      protected org.eclipse.xtext.naming.QualifiedName computeFqn(NamedElement element)
      Get fqn for NamedElement
      Parameters:
      element - NamedElement for getting fqn, can't be null
      Returns:
      fqn, can be null