Class JavaNamesExt
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.codegen.simucom.transformations.JavaNamesExt
-
public class JavaNamesExt extends Object
-
-
Constructor Summary
Constructors Constructor Description JavaNamesExt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
_dummyComponentName(org.palladiosimulator.pcm.repository.InfrastructureRequiredRole rr)
protected String
_dummyComponentName(org.palladiosimulator.pcm.repository.OperationRequiredRole rr)
protected String
_fqn(org.palladiosimulator.pcm.core.entity.Entity e)
protected String
_fqn(org.palladiosimulator.pcm.repository.InfrastructureInterface i)
protected String
_fqn(org.palladiosimulator.pcm.repository.OperationInterface i)
protected String
_fqn(org.palladiosimulator.pcm.repository.RepositoryComponent c)
protected String
_fqn(org.palladiosimulator.pcm.system.System s)
protected String
_fqn(org.palladiosimulator.pcm.usagemodel.UsageScenario us)
protected String
_fqnDummyComponent(org.palladiosimulator.pcm.repository.InfrastructureRequiredRole rr)
protected String
_fqnDummyComponent(org.palladiosimulator.pcm.repository.OperationRequiredRole rr)
protected String
_fqnDummyComponentPackage(org.palladiosimulator.pcm.repository.InfrastructureRequiredRole rr)
protected String
_fqnDummyComponentPackage(org.palladiosimulator.pcm.repository.OperationRequiredRole rr)
protected String
_fqnPort(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole pr)
protected String
_fqnPort(org.palladiosimulator.pcm.repository.OperationProvidedRole pr)
protected String
_fqnPortPackage(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole pr)
protected String
_fqnPortPackage(org.palladiosimulator.pcm.repository.OperationProvidedRole pr)
protected String
_implementationPackage(org.palladiosimulator.analyzer.completions.Completion s)
protected String
_implementationPackage(org.palladiosimulator.pcm.core.entity.Entity e)
protected String
_implementationPackage(org.palladiosimulator.pcm.reliability.FailureType ft)
protected String
_implementationPackage(org.palladiosimulator.pcm.repository.InfrastructureInterface i)
protected String
_implementationPackage(org.palladiosimulator.pcm.repository.OperationInterface i)
protected String
_implementationPackage(org.palladiosimulator.pcm.repository.RepositoryComponent c)
protected String
_implementationPackage(org.palladiosimulator.pcm.system.System s)
protected String
_implementationPackage(org.palladiosimulator.pcm.usagemodel.UsageScenario u)
protected String
_portClassName(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole r)
protected String
_portClassName(org.palladiosimulator.pcm.repository.OperationProvidedRole r)
protected String
_portGetterName(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole r)
protected String
_portGetterName(org.palladiosimulator.pcm.repository.OperationProvidedRole r)
protected String
_portMemberVar(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole r)
protected String
_portMemberVar(org.palladiosimulator.pcm.repository.OperationProvidedRole r)
String
basePackageName(org.palladiosimulator.pcm.core.entity.Entity s)
String
beanName(org.palladiosimulator.pcm.repository.RepositoryComponent c)
String
className(org.palladiosimulator.pcm.core.composition.ComposedStructure s)
String
contextClassName(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity c)
String
contextInterfaceName(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity c)
String
dummyComponentName(org.palladiosimulator.pcm.repository.RequiredRole rr)
String
fqn(org.palladiosimulator.pcm.core.entity.Entity s)
String
fqnAllocationContext(org.palladiosimulator.pcm.allocation.Allocation a)
String
fqnAllocationContextClass(org.palladiosimulator.pcm.allocation.Allocation a)
String
fqnAllocationContextPackage(org.palladiosimulator.pcm.allocation.Allocation a)
String
fqnContext(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity c)
String
fqnContextInterface(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity c)
String
fqnContextPackage(org.palladiosimulator.pcm.core.entity.Entity c)
String
fqnDummyComponent(org.palladiosimulator.pcm.repository.RequiredRole rr)
String
fqnDummyComponentPackage(org.palladiosimulator.pcm.repository.RequiredRole rr)
String
fqnInterface(org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity c)
String
fqnPort(org.palladiosimulator.pcm.repository.ProvidedRole pr)
String
fqnPortPackage(org.palladiosimulator.pcm.repository.ProvidedRole pr)
String
fqnToDirectoryPath(String fqn)
String
getFileName(org.palladiosimulator.pcm.core.entity.Entity e)
String
implementationPackage(org.palladiosimulator.pcm.core.entity.Entity s)
String
interfaceName(org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity c)
String
javaName(org.palladiosimulator.pcm.core.entity.Entity e)
String
javaSignature(org.palladiosimulator.pcm.repository.InfrastructureSignature s)
String
javaSignature(org.palladiosimulator.pcm.repository.OperationSignature s)
String
javaString(String s)
String
javaVariableName(String s)
String
portClassName(org.palladiosimulator.pcm.repository.ProvidedRole r)
String
portGetterName(org.palladiosimulator.pcm.repository.ProvidedRole r)
String
portMemberVar(org.palladiosimulator.pcm.repository.ProvidedRole r)
String
posInInterface(org.palladiosimulator.pcm.repository.InfrastructureSignature s, int pos)
String
posInInterface(org.palladiosimulator.pcm.repository.OperationSignature s, int pos)
String
removeAllSpecialChars(String s)
String
specificationString(String s)
-
-
-
Method Detail
-
javaName
public String javaName(org.palladiosimulator.pcm.core.entity.Entity e)
-
javaSignature
public String javaSignature(org.palladiosimulator.pcm.repository.OperationSignature s)
-
posInInterface
public String posInInterface(org.palladiosimulator.pcm.repository.OperationSignature s, int pos)
-
javaSignature
public String javaSignature(org.palladiosimulator.pcm.repository.InfrastructureSignature s)
-
posInInterface
public String posInInterface(org.palladiosimulator.pcm.repository.InfrastructureSignature s, int pos)
-
_portClassName
protected String _portClassName(org.palladiosimulator.pcm.repository.OperationProvidedRole r)
-
_portClassName
protected String _portClassName(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole r)
-
contextClassName
public String contextClassName(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity c)
-
contextInterfaceName
public String contextInterfaceName(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity c)
-
_portMemberVar
protected String _portMemberVar(org.palladiosimulator.pcm.repository.OperationProvidedRole r)
-
_portMemberVar
protected String _portMemberVar(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole r)
-
_portGetterName
protected String _portGetterName(org.palladiosimulator.pcm.repository.OperationProvidedRole r)
-
_portGetterName
protected String _portGetterName(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole r)
-
className
public String className(org.palladiosimulator.pcm.core.composition.ComposedStructure s)
-
fqnAllocationContextPackage
public String fqnAllocationContextPackage(org.palladiosimulator.pcm.allocation.Allocation a)
-
fqnAllocationContextClass
public String fqnAllocationContextClass(org.palladiosimulator.pcm.allocation.Allocation a)
-
fqnAllocationContext
public String fqnAllocationContext(org.palladiosimulator.pcm.allocation.Allocation a)
-
_fqn
protected String _fqn(org.palladiosimulator.pcm.core.entity.Entity e)
-
_fqn
protected String _fqn(org.palladiosimulator.pcm.repository.OperationInterface i)
-
_fqn
protected String _fqn(org.palladiosimulator.pcm.repository.InfrastructureInterface i)
-
_fqn
protected String _fqn(org.palladiosimulator.pcm.repository.RepositoryComponent c)
-
_fqn
protected String _fqn(org.palladiosimulator.pcm.system.System s)
-
_fqn
protected String _fqn(org.palladiosimulator.pcm.usagemodel.UsageScenario us)
-
fqnContextPackage
public String fqnContextPackage(org.palladiosimulator.pcm.core.entity.Entity c)
-
fqnContext
public String fqnContext(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity c)
-
fqnContextInterface
public String fqnContextInterface(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity c)
-
_fqnPortPackage
protected String _fqnPortPackage(org.palladiosimulator.pcm.repository.OperationProvidedRole pr)
-
_fqnPortPackage
protected String _fqnPortPackage(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole pr)
-
_fqnPort
protected String _fqnPort(org.palladiosimulator.pcm.repository.OperationProvidedRole pr)
-
_fqnPort
protected String _fqnPort(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole pr)
-
beanName
public String beanName(org.palladiosimulator.pcm.repository.RepositoryComponent c)
-
fqnInterface
public String fqnInterface(org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity c)
-
interfaceName
public String interfaceName(org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity c)
-
_dummyComponentName
protected String _dummyComponentName(org.palladiosimulator.pcm.repository.OperationRequiredRole rr)
-
_dummyComponentName
protected String _dummyComponentName(org.palladiosimulator.pcm.repository.InfrastructureRequiredRole rr)
-
_fqnDummyComponentPackage
protected String _fqnDummyComponentPackage(org.palladiosimulator.pcm.repository.OperationRequiredRole rr)
-
_fqnDummyComponentPackage
protected String _fqnDummyComponentPackage(org.palladiosimulator.pcm.repository.InfrastructureRequiredRole rr)
-
_fqnDummyComponent
protected String _fqnDummyComponent(org.palladiosimulator.pcm.repository.OperationRequiredRole rr)
-
_fqnDummyComponent
protected String _fqnDummyComponent(org.palladiosimulator.pcm.repository.InfrastructureRequiredRole rr)
-
basePackageName
public String basePackageName(org.palladiosimulator.pcm.core.entity.Entity s)
-
_implementationPackage
protected String _implementationPackage(org.palladiosimulator.pcm.core.entity.Entity e)
-
_implementationPackage
protected String _implementationPackage(org.palladiosimulator.pcm.repository.OperationInterface i)
-
_implementationPackage
protected String _implementationPackage(org.palladiosimulator.pcm.repository.InfrastructureInterface i)
-
_implementationPackage
protected String _implementationPackage(org.palladiosimulator.pcm.system.System s)
-
_implementationPackage
protected String _implementationPackage(org.palladiosimulator.analyzer.completions.Completion s)
-
_implementationPackage
protected String _implementationPackage(org.palladiosimulator.pcm.usagemodel.UsageScenario u)
-
_implementationPackage
protected String _implementationPackage(org.palladiosimulator.pcm.repository.RepositoryComponent c)
-
_implementationPackage
protected String _implementationPackage(org.palladiosimulator.pcm.reliability.FailureType ft)
-
getFileName
public String getFileName(org.palladiosimulator.pcm.core.entity.Entity e)
-
portClassName
public String portClassName(org.palladiosimulator.pcm.repository.ProvidedRole r)
-
portMemberVar
public String portMemberVar(org.palladiosimulator.pcm.repository.ProvidedRole r)
-
portGetterName
public String portGetterName(org.palladiosimulator.pcm.repository.ProvidedRole r)
-
fqn
public String fqn(org.palladiosimulator.pcm.core.entity.Entity s)
-
fqnPortPackage
public String fqnPortPackage(org.palladiosimulator.pcm.repository.ProvidedRole pr)
-
fqnPort
public String fqnPort(org.palladiosimulator.pcm.repository.ProvidedRole pr)
-
dummyComponentName
public String dummyComponentName(org.palladiosimulator.pcm.repository.RequiredRole rr)
-
fqnDummyComponentPackage
public String fqnDummyComponentPackage(org.palladiosimulator.pcm.repository.RequiredRole rr)
-
fqnDummyComponent
public String fqnDummyComponent(org.palladiosimulator.pcm.repository.RequiredRole rr)
-
implementationPackage
public String implementationPackage(org.palladiosimulator.pcm.core.entity.Entity s)
-
-