Direct Known Subclasses:
AssemblyConnectorCreator, AssemblyEventConnectorCreator, AssemblyInfrastructureConnectorCreator, EventChannelSinkConnectorCreator, EventChannelSourceConnectorCreator, ProvidedDelegationConnectorCreator, ProvidedInfrastructureDelegationConnectorCreator, RequiredDelegationConnectorCreator, RequiredInfrastructureDelegationConnectorCreator, RequiredResourceDelegationConnectorCreator, SinkDelegationConnectorCreator, SourceDelegationConnectorCreator

public abstract class AbstractConnectorCreator extends SystemEntity
TODO
  • Field Summary

    Fields inherited from class org.palladiosimulator.generator.fluent.system.structure.SystemEntity

    system

    Fields inherited from class org.palladiosimulator.generator.fluent.shared.structure.Entity

    name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract org.palladiosimulator.pcm.core.composition.Connector
    Turns the entity in the making into the finished entity.

    Methods inherited from class org.palladiosimulator.generator.fluent.shared.structure.Entity

    withName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractConnectorCreator

      public AbstractConnectorCreator()
  • Method Details

    • build

      public abstract org.palladiosimulator.pcm.core.composition.Connector build()
      Description copied from class: Entity
      Turns the entity in the making into the finished entity.
      Specified by:
      build in class Entity
      Returns:
      the finished entity