Class FluentSystemFactory


  • public class FluentSystemFactory
    extends Object
    This class provides all the methods to create a System and create entities that are added to this System. Characteristics of the entities are specified by method chaining.

    Start creating a org.palladiosimulator.generator.fluent.system like this:
    FluentSystemFactory create = new FluentSystemFactory();
    System org.palladiosimulator.generator.fluent.system = create.newSystem()

    //add assembly contexts, connectors and roles to the org.palladiosimulator.generator.fluent.system

    .createSystemNow();