java.lang.Object
org.palladiosimulator.simulizar.test.commons.models.TestModelBase
Direct Known Subclasses:
AllocationLookupSyncerTestModels, ResourceEnvironmentTestModels

public class TestModelBase extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Creates a fully instantiated PCMResourceSetPartion with empty models.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.palladiosimulator.pcm.allocation.AllocationFactory
     
    protected static final org.palladiosimulator.pcm.core.CoreFactory
     
    protected static final org.palladiosimulator.pcm.core.composition.CompositionFactory
     
    protected static final org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentFactory
     
    protected static final org.palladiosimulator.pcm.repository.RepositoryFactory
     
    protected static final org.palladiosimulator.pcm.resourcetype.ResourcetypeFactory
     
    protected static final org.palladiosimulator.pcm.system.SystemFactory
     
    protected static final org.palladiosimulator.pcm.subsystem.SubsystemFactory
     
    protected static final org.palladiosimulator.pcm.usagemodel.UsagemodelFactory
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.palladiosimulator.pcm.core.PCMRandomVariable
    stoex(String spec)
    Creates a StoEx based on the provided specification string.

    Methods inherited from class java.lang.Object

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

    • af

      protected static final org.palladiosimulator.pcm.allocation.AllocationFactory af
    • cpf

      protected static final org.palladiosimulator.pcm.core.composition.CompositionFactory cpf
    • cf

      protected static final org.palladiosimulator.pcm.core.CoreFactory cf
    • rf

      protected static final org.palladiosimulator.pcm.repository.RepositoryFactory rf
    • sf

      protected static final org.palladiosimulator.pcm.system.SystemFactory sf
    • ssf

      protected static final org.palladiosimulator.pcm.subsystem.SubsystemFactory ssf
    • ref

      protected static final org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentFactory ref
    • rtf

      protected static final org.palladiosimulator.pcm.resourcetype.ResourcetypeFactory rtf
    • uf

      protected static final org.palladiosimulator.pcm.usagemodel.UsagemodelFactory uf
  • Constructor Details

    • TestModelBase

      public TestModelBase()
  • Method Details

    • stoex

      public static org.palladiosimulator.pcm.core.PCMRandomVariable stoex(String spec)
      Creates a StoEx based on the provided specification string.