Interface ChartElement<DefinitionType extends ElementDefinition>
- 
- All Known Subinterfaces:
- StepElement,- TransitionElement
 - All Known Implementing Classes:
- AbstractChartElement
 
 public interface ChartElement<DefinitionType extends ElementDefinition>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DefinitionTypegetDefinition()
 
- 
- 
- 
Method Detail- 
getDefinitionDefinitionType getDefinition() - Returns:
- the ElementDefinitionimplementation for this element.
 
 
- 
 
-