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