Class PalladioQualifiedNameProvider

  • All Implemented Interfaces:
    com.google.common.base.Function<EObject,​org.eclipse.xtext.naming.QualifiedName>, Function<EObject,​org.eclipse.xtext.naming.QualifiedName>, org.eclipse.xtext.naming.IQualifiedNameProvider

    public class PalladioQualifiedNameProvider
    extends org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
    • Nested Class Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.eclipse.xtext.naming.QualifiedName _toFQN​(EObject d)  
      protected org.eclipse.xtext.naming.QualifiedName _toFQN​(org.palladiosimulator.pcm.core.entity.Entity e)  
      protected org.eclipse.xtext.naming.QualifiedName _toFQN​(org.palladiosimulator.pcm.repository.CollectionDataType d)  
      protected org.eclipse.xtext.naming.QualifiedName _toFQN​(org.palladiosimulator.pcm.repository.CompositeDataType d)  
      protected org.eclipse.xtext.naming.QualifiedName _toFQN​(org.palladiosimulator.pcm.repository.Interface i)  
      org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName​(EObject obj)  
      org.eclipse.xtext.naming.QualifiedName toFQN​(EObject d)  
      • Methods inherited from class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider

        computeFullyQualifiedName, computeFullyQualifiedNameFromNameAttribute, getConverter, getOrComputeFullyQualifiedName, getResolver, qualifiedName
      • Methods inherited from class org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl

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

        equals
    • Constructor Detail

      • PalladioQualifiedNameProvider

        public PalladioQualifiedNameProvider()
    • Method Detail

      • getFullyQualifiedName

        public org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName​(EObject obj)
        Specified by:
        getFullyQualifiedName in interface org.eclipse.xtext.naming.IQualifiedNameProvider
        Overrides:
        getFullyQualifiedName in class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
      • _toFQN

        protected org.eclipse.xtext.naming.QualifiedName _toFQN​(EObject d)
      • _toFQN

        protected org.eclipse.xtext.naming.QualifiedName _toFQN​(org.palladiosimulator.pcm.core.entity.Entity e)
      • _toFQN

        protected org.eclipse.xtext.naming.QualifiedName _toFQN​(org.palladiosimulator.pcm.repository.CompositeDataType d)
      • _toFQN

        protected org.eclipse.xtext.naming.QualifiedName _toFQN​(org.palladiosimulator.pcm.repository.CollectionDataType d)
      • _toFQN

        protected org.eclipse.xtext.naming.QualifiedName _toFQN​(org.palladiosimulator.pcm.repository.Interface i)
      • toFQN

        public org.eclipse.xtext.naming.QualifiedName toFQN​(EObject d)