Class PojoInfrastructureInterface
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<E>
org.palladiosimulator.protocom.tech.rmi.PojoInterface<org.palladiosimulator.pcm.repository.InfrastructureInterface>
org.palladiosimulator.protocom.tech.rmi.repository.PojoInfrastructureInterface
- All Implemented Interfaces:
ICompilationUnit
,IJCompilationUnit
,IJInterface
public class PojoInfrastructureInterface
extends PojoInterface<org.palladiosimulator.pcm.repository.InfrastructureInterface>
Defining the content of InfrastructureInterface classes.
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
ConstructorDescriptionPojoInfrastructureInterface
(org.palladiosimulator.pcm.repository.InfrastructureInterface entity) -
Method Summary
Modifier and TypeMethodDescriptionCollection of interface names which are either implemented or extended.Collection<? extends IJMethod>
methods()
Methods (or signatures) defined by this compilation unit.Methods inherited from class org.palladiosimulator.protocom.tech.rmi.PojoInterface
compilationUnitName, fields, filePath, packageName, projectName
-
Constructor Details
-
PojoInfrastructureInterface
public PojoInfrastructureInterface(org.palladiosimulator.pcm.repository.InfrastructureInterface entity)
-
-
Method Details
-
interfaces
Description copied from interface:IJCompilationUnit
Collection of interface names which are either implemented or extended.- Specified by:
interfaces
in interfaceIJCompilationUnit
- Overrides:
interfaces
in classPojoInterface<org.palladiosimulator.pcm.repository.InfrastructureInterface>
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
- Overrides:
methods
in classPojoInterface<org.palladiosimulator.pcm.repository.InfrastructureInterface>
-