Class FlowNodes

java.lang.Object
org.apache.uima.taeconfigurator.model.FlowNodes

public class FlowNodes extends Object
Instances of this class model the varients of flow nodes in a uniform way.
  • Constructor Details

    • FlowNodes

      public FlowNodes(FlowConstraints flow)
      Instantiates a new flow nodes.
      Parameters:
      flow - the flow
  • Method Details

    • getFlow

      public String[] getFlow()
      Gets the flow.
      Returns:
      the flow
    • setFlow

      public void setFlow(String[] newFlow)
      Sets the flow.
      Parameters:
      newFlow - the new flow