Class FlowNodeImpl

  • All Implemented Interfaces:
    Freezable

    public class FlowNodeImpl
    extends FlowNode
    implements Freezable
    Since:
    2.2
    Author:
    Leonardo Uribe
    • Constructor Detail

      • FlowNodeImpl

        public FlowNodeImpl​(String id)
    • Method Detail

      • setId

        public void setId​(String id)
      • freeze

        public void freeze()
        Description copied from interface: Freezable
        Call this method when the object will be made available to the runtime
        Specified by:
        freeze in interface Freezable