Class RepositoryEntity
- java.lang.Object
-
- org.palladiosimulator.generator.fluent.shared.structure.Entity
-
- org.palladiosimulator.generator.fluent.repository.structure.RepositoryEntity
-
- Direct Known Subclasses:
Component,CompositeDataTypeCreator,EventTypeCreator,ExceptionTypeCreator,InfrastructureSignatureCreator,Interface,OperationSignatureCreator,RepositoryCreator,ResourceTimeoutFailureTypeCreator,SeffAction,SeffCreator
public abstract class RepositoryEntity extends Entity
This class provides the general infrastructure of a Palladio Model Entity. Every RepositoryEntity belongs to a repository and has a name.
-
-
Field Summary
Fields Modifier and Type Field Description protected RepositoryCreatorrepository
-
Constructor Summary
Constructors Constructor Description RepositoryEntity()
-
-
-
Field Detail
-
repository
protected RepositoryCreator repository
-
-