Package com.inductiveautomation.sfc.api.elements
package com.inductiveautomation.sfc.api.elements
- 
ClassDescriptionAbstractChartElement<DefinitionType extends ElementDefinition>ChartElement<DefinitionType extends ElementDefinition>Keeps track of registeredStepFactorys.Keeps track of registeredTransitionFactorys.Created by Colby on 12/9/2015.This is the control interface for step elements.StepFactorys are responsible for instantiatingStepElements; the interface encapsulating the execution logic of a an SFC step.TransitionFactorys are responsible for instantiatingTransitionElements; the interface encapsulating the execution logic of an SFC transition.