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 classTestModelBase.EmptyCreates a fully instantiated PCMResourceSetPartion with empty models.
-
Field Summary
Fields Modifier and Type Field Description protected static org.palladiosimulator.pcm.allocation.AllocationFactoryafprotected static org.palladiosimulator.pcm.core.CoreFactorycfprotected static org.palladiosimulator.pcm.core.composition.CompositionFactorycpfprotected static org.palladiosimulator.pcm.resourceenvironment.ResourceenvironmentFactoryrefprotected static org.palladiosimulator.pcm.repository.RepositoryFactoryrfprotected static org.palladiosimulator.pcm.resourcetype.ResourcetypeFactoryrtfprotected static org.palladiosimulator.pcm.system.SystemFactorysfprotected static org.palladiosimulator.pcm.subsystem.SubsystemFactoryssfprotected static org.palladiosimulator.pcm.usagemodel.UsagemodelFactoryuf
-
Constructor Summary
Constructors Constructor Description TestModelBase()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.palladiosimulator.pcm.core.PCMRandomVariablestoex(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.
-
-