Interface ParallelProperties
- 
- All Known Implementing Classes:
 ParallelEditor
public interface ParallelProperties 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Property<java.lang.String>CancelConditionstatic Property<ChartUIModel>ChildrenThe elements that make up the interior of this parallel sectionstatic Property<java.lang.Boolean>EnableCancelConditionIf this is true, the parallel must watch the CancelCondition expression 
 - 
 
- 
- 
Field Detail
- 
Children
static final Property<ChartUIModel> Children
The elements that make up the interior of this parallel section 
- 
EnableCancelCondition
static final Property<java.lang.Boolean> EnableCancelCondition
If this is true, the parallel must watch the CancelCondition expression 
- 
CancelCondition
static final Property<java.lang.String> CancelCondition
 
 - 
 
 -