static class InstanceV2.InstanceStoreV2 extends PcpMmvWriter.Store<Instance>
Modifier and Type | Field and Description |
---|---|
private InstanceDomain |
instanceDomain |
private PcpString.PcpStringStore |
stringStore |
identifierSource
Constructor and Description |
---|
InstanceStoreV2(IdentifierSourceSet identifierSources,
java.lang.String name,
InstanceDomain instanceDomain,
PcpString.PcpStringStore stringStore) |
Modifier and Type | Method and Description |
---|---|
protected Instance |
newInstance(java.lang.String name,
java.util.Set<java.lang.Integer> usedIds) |
all, byName, size
private InstanceDomain instanceDomain
private PcpString.PcpStringStore stringStore
InstanceStoreV2(IdentifierSourceSet identifierSources, java.lang.String name, InstanceDomain instanceDomain, PcpString.PcpStringStore stringStore)
protected Instance newInstance(java.lang.String name, java.util.Set<java.lang.Integer> usedIds)
newInstance
in class PcpMmvWriter.Store<Instance>