Class TestModelBase.Empty

java.lang.Object
org.palladiosimulator.simulizar.test.commons.models.TestModelBase.Empty
All Implemented Interfaces:
Supplier<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition>
Direct Known Subclasses:
AllocationLookupSyncerTestModels.CompositeComponentAllocation, AllocationLookupSyncerTestModels.SubsystemWhiteboxAllocation, AllocationLookupSyncerTestModels.TrivialAllocation
Enclosing class:
TestModelBase

public static class TestModelBase.Empty extends Object implements Supplier<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition>
Creates a fully instantiated PCMResourceSetPartion with empty models.
  • Constructor Details

    • Empty

      public Empty()
  • Method Details

    • get

      public org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition get()
      Specified by:
      get in interface Supplier<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition>