Class TestModelBase
- 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
TestModelBase.Empty
Creates a fully instantiated PCMResourceSetPartion with empty models.
-
Field Summary
Fields Modifier and Type Field Description protected static org.palladiosimulator.pcm.allocation.AllocationFactory
af
protected static org.palladiosimulator.pcm.core.CoreFactory
cf
protected static org.palladiosimulator.pcm.core.composition.CompositionFactory
cpf
protected static org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentFactory
ref
protected static org.palladiosimulator.pcm.repository.RepositoryFactory
rf
protected static org.palladiosimulator.pcm.resourcetype.ResourcetypeFactory
rtf
protected static org.palladiosimulator.pcm.system.SystemFactory
sf
protected static org.palladiosimulator.pcm.subsystem.SubsystemFactory
ssf
protected static org.palladiosimulator.pcm.usagemodel.UsagemodelFactory
uf
-
Constructor Summary
Constructors Constructor Description TestModelBase()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.palladiosimulator.pcm.core.PCMRandomVariable
stoex(String spec)
Creates a StoEx based on the provided specification string.
-
-
-
Field Detail
-
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
-
-
Method Detail
-
stoex
public static org.palladiosimulator.pcm.core.PCMRandomVariable stoex(String spec)
Creates a StoEx based on the provided specification string.
-
-