Class SystemEdgeSelect

java.lang.Object
com.uppaal.model.system.SystemEdge
com.uppaal.model.system.SystemEdgeSelect

public class SystemEdgeSelect
extends SystemEdge
The class to present the selected edges of the system
  • Constructor Details

    • SystemEdgeSelect

      public SystemEdgeSelect​(Process process, int index, String name, Edge edge, List<Integer> v)
      Constructor
      Parameters:
      process - - The process object
      index - - The index of the edge
      name - - The name of the edge
      edge - - The edge object
      v - - The value list
    • SystemEdgeSelect

      public SystemEdgeSelect​(SystemEdge system_edge, List<Integer> select_values)
      Constructor
      Parameters:
      system_edge - - The system edge
      select_values - - The list of the selected values
  • Method Details