Interface ParallelProperties
- 
- All Known Implementing Classes:
- ParallelEditor
 
 public interface ParallelProperties
- 
- 
Field SummaryFields 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- 
Childrenstatic final Property<ChartUIModel> Children The elements that make up the interior of this parallel section
 - 
EnableCancelConditionstatic final Property<java.lang.Boolean> EnableCancelCondition If this is true, the parallel must watch the CancelCondition expression
 - 
CancelConditionstatic final Property<java.lang.String> CancelCondition 
 
- 
 
-