Uses of Class
com.scivicslab.actoriac.IaCStreamingAccumulator
Packages that use IaCStreamingAccumulator
-
Uses of IaCStreamingAccumulator in com.scivicslab.actoriac
Fields in com.scivicslab.actoriac declared as IaCStreamingAccumulatorModifier and TypeFieldDescriptionprivate IaCStreamingAccumulatorNodeGroupInterpreter.accumulatorIaCStreamingAccumulator for displaying workflow steps with cowsay ASCII art.private IaCStreamingAccumulatorNodeInterpreter.accumulatorIaCStreamingAccumulator for cowsay display.Methods in com.scivicslab.actoriac that return IaCStreamingAccumulatorModifier and TypeMethodDescriptionNodeGroupInterpreter.getAccumulator()Gets the IaCStreamingAccumulator for displaying workflow steps.NodeInterpreter.getAccumulator()Gets the IaCStreamingAccumulator for cowsay display.Methods in com.scivicslab.actoriac with parameters of type IaCStreamingAccumulatorModifier and TypeMethodDescriptionvoidNodeGroupInterpreter.setAccumulator(IaCStreamingAccumulator accumulator) Sets the IaCStreamingAccumulator for displaying workflow steps.voidNodeInterpreter.setAccumulator(IaCStreamingAccumulator accumulator) Sets the IaCStreamingAccumulator for cowsay display.