Package com.inductiveautomation.sfc.api.elements
package com.inductiveautomation.sfc.api.elements
-
ClassDescriptionAbstractChartElement<DefinitionType extends ElementDefinition>ChartElement<DefinitionType extends ElementDefinition>Keeps track of registered
StepFactory
s.Keeps track of registeredTransitionFactory
s.Created by Colby on 12/9/2015.This is the control interface for step elements.StepFactory
s are responsible for instantiatingStepElement
s; the interface encapsulating the execution logic of a an SFC step.TransitionFactory
s are responsible for instantiatingTransitionElement
s; the interface encapsulating the execution logic of an SFC transition.