Package | Description |
---|---|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity | |
org.rvpf.metadata.processor | |
org.rvpf.processor.behavior |
Related values Behavior.
|
Modifier and Type | Method and Description |
---|---|
Collection<SyncEntity> |
Metadata.getSyncEntities()
Gets the sync entities registered in this metadata.
|
Optional<SyncEntity> |
Metadata.getSyncEntity(Optional<String> name)
Gets the sync entity with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addSyncEntity(Optional<SyncEntity> syncEntity)
Adds a sync entity to this metadata.
|
Modifier and Type | Method and Description |
---|---|
SyncEntity |
SyncEntity.Builder.build()
Builds an abstract entity.
|
SyncEntity |
SyncEntity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<SyncEntity> |
BehaviorEntityReference.getRelationSyncEntity()
Gets the relation's sync entity.
|
Optional<SyncEntity> |
TransformEntity.Arg.getSyncEntity()
Gets the sync entity.
|
Optional<SyncEntity> |
PointInput.getSyncEntity()
Gets the sync entity.
|
Optional<SyncEntity> |
PointEntity.getSyncEntity()
Gets the sync entity.
|
Modifier and Type | Method and Description |
---|---|
protected SyncEntity.Builder |
SyncEntity.Builder.copyFrom(SyncEntity syncEntity)
Copies the values from an other sync entity.
|
TransformEntity.Arg.Builder |
TransformEntity.Arg.Builder.setSyncEntity(SyncEntity syncEntity)
Sets the sync entity.
|
Modifier and Type | Method and Description |
---|---|
void |
PointInput.setSyncEntity(Optional<SyncEntity> syncEntity)
Sets the sync entity.
|
void |
PointEntity.setSyncEntity(Optional<SyncEntity> syncEntity)
Sets the synchronization reference for this point.
|
Modifier and Type | Method and Description |
---|---|
Optional<SyncEntity> |
Behavior.getRelationSyncEntity()
Gets the relation's sync entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<SyncEntity> |
AbstractBehavior.getRelationSyncEntity()
Gets the relation's sync entity.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.