| Modifier and Type | Interface and Description |
|---|---|
interface |
RelationConstraintBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
RelationConstraintBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
protected RelationConstraintMetadata |
RelationConstraintBuilderImpl.findSuper(Class<?> metaClass) |
RelationConstraintMetadata[] |
StateMetaBuilderImpl.getDeclaredInboundWhiles() |
RelationConstraintMetadata[] |
StateMetaBuilderImpl.getDeclaredValidWhiles() |
RelationConstraintMetadata[] |
StateMetaBuilderImpl.getInboundWhiles() |
RelationConstraintMetadata[] |
StateMetaBuilderImpl.getValidWhiles() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StateMachineObjectBuilderImpl.isKeyOfRelationMetadata(RelationConstraintMetadata relation,
Object key) |
void |
StateObjectBuilderImpl.verifyInboundWhileAndLockRelatedObjects(Object eventKey,
Object target,
String nextState,
RelationConstraintMetadata[] relationMetadataArray,
Object relatedTarget,
UnlockableStack stack) |
void |
StateObjectBuilderImpl.verifyValidWhile(Object target,
RelationConstraintMetadata[] relationMetadataArray,
Object relatedTarget,
UnlockableStack stack) |
| Constructor and Description |
|---|
RelationGetterScanner(StateMachineObjectBuilderImpl<?> stateMachineObjectBuilderImpl,
RelationConstraintMetadata relation) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObject.verifyInboundWhileAndLockRelatedObjects(Object eventKey,
Object target,
String nextState,
RelationConstraintMetadata[] relation,
Object relationInstance,
UnlockableStack stack) |
void |
StateObject.verifyValidWhile(Object target,
RelationConstraintMetadata[] relation,
Object relationInstance,
UnlockableStack stack) |
| Modifier and Type | Method and Description |
|---|---|
RelationConstraintMetadata[] |
StateMetadata.getDeclaredInboundWhiles() |
RelationConstraintMetadata[] |
StateMetadata.getDeclaredValidWhiles() |
RelationConstraintMetadata[] |
StateMetadata.getInboundWhiles() |
RelationConstraintMetadata[] |
StateMetadata.getValidWhiles() |
Copyright © 2015. All Rights Reserved.