Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
Modifier and Type | Method and Description |
---|---|
AllocatedModelInstanceResources |
ModelInstanceUtilsService.allocateDetachmentAndValueIds(long modelInstanceId,
long allocatedSize)
Allocates new range of value ids and detachment id.
|
AllocatedModelInstanceResources |
ModelInstanceUtilsServiceBean.allocateDetachmentAndValueIds(long modelInstanceId,
long allocatedSize) |
AllocatedModelInstanceResources |
ModelInstanceUtilsService.allocateValueIds(long modelInstanceId,
long allocatedSize)
Allocates new range of value ids.
|
AllocatedModelInstanceResources |
ModelInstanceUtilsServiceBean.allocateValueIds(long modelInstanceId,
long allocatedSize) |
Modifier and Type | Method and Description |
---|---|
AllocatedModelInstanceResources |
ModelInstanceEntity.allocateDetachmentAndValueIds(long allocatedSize)
Allocates next range of value ids and detachment id.
|
AllocatedModelInstanceResources |
SimpleIdAllocator.allocateDetachmentAndValueIds(ModelInstance modelInstance) |
AllocatedModelInstanceResources |
PersistentIdAllocator.allocateDetachmentAndValueIds(ModelInstance modelInstance) |
AllocatedModelInstanceResources |
ModelInstanceResourceAllocator.allocateDetachmentAndValueIds(ModelInstance modelInstance)
Allocates next id for detachment in the model instance.
|
AllocatedModelInstanceResources |
ModelInstanceEntity.allocateValueIds(long allocatedSize)
Allocates next range of value ids.
|
AllocatedModelInstanceResources |
SimpleIdAllocator.allocateValueIds(ModelInstance modelInstance) |
AllocatedModelInstanceResources |
PersistentIdAllocator.allocateValueIds(ModelInstance modelInstance) |
AllocatedModelInstanceResources |
ModelInstanceResourceAllocator.allocateValueIds(ModelInstance modelInstance)
Allocates new range of ids for values in the model instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.