static class InstanceV1.InstanceStoreV1 extends PcpMmvWriter.Store<Instance>
Modifier and Type | Field and Description |
---|---|
private InstanceDomain |
instanceDomain |
identifierSource
Constructor and Description |
---|
InstanceStoreV1(IdentifierSourceSet identifierSources,
java.lang.String name,
InstanceDomain instanceDomain) |
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
InstanceStoreV1(IdentifierSourceSet identifierSources, java.lang.String name, InstanceDomain instanceDomain)
protected Instance newInstance(java.lang.String name, java.util.Set<java.lang.Integer> usedIds)
newInstance
in class PcpMmvWriter.Store<Instance>