Class ARG_XPRAnalysisDiaRep

All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_XPRAnalysisDiaRep extends ARG_XPRDiaRep implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • analysisValue

      public String analysisValue
      The analysis value of this analysis diagram
    • configValue

      public String configValue
      The local configuration value of this analysis diagram
    • useApplicationConfiguration

      public boolean useApplicationConfiguration
      true, if the application configuration is used, the local configuration value is used otherwise.
    • graphDirection

      public K_GRAPH_DIRECTION graphDirection
      Defines how the graph is structured.
    • maxPathLength

      public int maxPathLength
      The number of path entries reached from the start element.
    • isDirectionConsidered

      public boolean isDirectionConsidered
      If activated the direction of edges is considered when finding the shortest path to any node starting from the selection.
    • showAllEdges

      public boolean showAllEdges
      Show all edges between displayed nodes.
    • contentConfig

      public String contentConfig
      The hash value of the used content application configuration or the name of the user-defined content configuration.
    • displayConfig

      public String displayConfig
      The hash value of the used display application configuration or the name of the user-defined display configuration.
    • isSmooth

      public boolean isSmooth
      true, if the represented graph is smooth.
    • seqStart

      public List<ADClientAble> seqStart
      list of start elements
    • seqEnd

      public List<ADClientAble> seqEnd
      list of end elements
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      Overrides:
      marshal in class ARG_XPRDiaRep
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      Overrides:
      unmarshal in class ARG_XPRDiaRep
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
      Overrides:
      resolveReferences in class ARG_XPRDiaRep