class InstanceStoreFactoryV2 extends java.lang.Object implements InstanceStoreFactory
| Modifier and Type | Field and Description |
|---|---|
private IdentifierSourceSet |
identifierSourceSet |
private PcpString.PcpStringStore |
stringStore |
| Constructor and Description |
|---|
InstanceStoreFactoryV2(IdentifierSourceSet identifierSourceSet,
PcpString.PcpStringStore stringStore) |
| Modifier and Type | Method and Description |
|---|---|
PcpMmvWriter.Store<Instance> |
createNewInstanceStore(java.lang.String name,
InstanceDomain instanceDomain) |
private IdentifierSourceSet identifierSourceSet
private PcpString.PcpStringStore stringStore
InstanceStoreFactoryV2(IdentifierSourceSet identifierSourceSet, PcpString.PcpStringStore stringStore)
public PcpMmvWriter.Store<Instance> createNewInstanceStore(java.lang.String name, InstanceDomain instanceDomain)
createNewInstanceStore in interface InstanceStoreFactory