Class ResourceEntity
- java.lang.Object
-
- org.palladiosimulator.generator.fluent.shared.structure.Entity
-
- org.palladiosimulator.generator.fluent.resourceenvironment.structure.ResourceEntity
-
- Direct Known Subclasses:
LinkingResourceCreator,ResourceContainerCreator,ResourceEnvironmentCreator
public abstract class ResourceEntity extends Entity
This class provides the general infrastructure of a Palladio Model Entity. EveryResourceEntitybelongs to aResourceEnvironmentand has a name.
-
-
Field Summary
Fields Modifier and Type Field Description protected ResourceEnvironmentCreatorresourceCreator
-
Constructor Summary
Constructors Constructor Description ResourceEntity()
-
-
-
Field Detail
-
resourceCreator
protected ResourceEnvironmentCreator resourceCreator
-
-