Class AllocationEntity
- java.lang.Object
-
- org.palladiosimulator.generator.fluent.shared.structure.Entity
-
- org.palladiosimulator.generator.fluent.allocation.structure.AllocationEntity
-
- Direct Known Subclasses:
AllocationContextCreator,AllocationCreator
public abstract class AllocationEntity extends Entity
This class provides the general infrastructure of a Palladio Model Entity. EveryAllocationEntitybelongs to anAllocationand has a name.
-
-
Field Summary
Fields Modifier and Type Field Description protected AllocationCreatorallocationCreator
-
Constructor Summary
Constructors Constructor Description AllocationEntity()
-
-
-
Field Detail
-
allocationCreator
protected AllocationCreator allocationCreator
-
-