Class Entity
java.lang.Object
org.palladiosimulator.generator.fluent.shared.structure.Entity
- Direct Known Subclasses:
AllocationEntity
,RepositoryEntity
,ResourceEntity
,SystemEntity
,UsageModelEntity
,VariableUsageCreator
This class provides the general infrastructure of a Palladio Model Entity.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
-
Constructor Details
-
Entity
public Entity()
-
-
Method Details
-
withName
Defines the unique name of this current entity. Once created entities are referenced by this name. Only entities with a unique name can be fetched from the model.- Parameters:
name
-- Returns:
- this current entity in the making
-
build
protected abstract org.eclipse.emf.cdo.CDOObject build()Turns the entity in the making into the finished entity.- Returns:
- the finished entity
-