Class PalladioQualifiedNameProvider
java.lang.Object
org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
org.palladiosimulator.xtext.helper.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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
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
org.eclipse.xtext.naming.QualifiedName
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 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
-
Constructor Details
-
PalladioQualifiedNameProvider
public PalladioQualifiedNameProvider()
-
-
Method Details
-
getFullyQualifiedName
- Specified by:
getFullyQualifiedName
in interfaceorg.eclipse.xtext.naming.IQualifiedNameProvider
- Overrides:
getFullyQualifiedName
in classorg.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
-
_toFQN
-
_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
-