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
Constructors Constructor Description PojoInfrastructureInterface(org.palladiosimulator.pcm.repository.InfrastructureInterface entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
interfaces()
Collection 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
-
-
-
-
Method Detail
-
interfaces
public Collection<String> 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
public Collection<? extends IJMethod> 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>
-
-