Class ConceptMapping<E extends org.palladiosimulator.pcm.core.entity.NamedElement>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- Direct Known Subclasses:
JavaEEIIOPClass
,JavaEEIIOPClasspathFile
,JavaEEIIOPComponentFile
,JavaEEIIOPDescriptor
,JavaEEIIOPFacetCoreFile
,JavaEEIIOPInterface
,JavaEEIIOPMFFile
,JavaEEIIOPPreferencesFile
,JavaEEIIOPReadMeFile
,PojoBuildPropertiesFile
,PojoClass
,PojoClasspathFile
,PojoComposedStructureInterface
,PojoInterface
,PojoMFFile
,PojoPluginXmlFile
,PojoResourceEnvironment
,ServletClass
,ServletClasspath
,ServletComposedStructureInterface
,ServletInterface
,ServletSettings
,ServletTestPlan
public abstract class ConceptMapping<E extends org.palladiosimulator.pcm.core.entity.NamedElement> extends Object
Subclasses of ConceptMapping are mapping language classes to entity representing ones. The represented entity is the generic type of this class. TODO: Due to recent changes, this class might already be obsolete. Or should at least be renamed.
-
-
Constructor Summary
Constructors Constructor Description ConceptMapping(E pcmEntity)
Constructor.
-