Class ARG_GetAnalysisDiaProperties
java.lang.Object
de.mid.innovator.srv2api.icw2pres.ARG_GetAnalysisDiaProperties
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_GetAnalysisDiaProperties
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe analysis value of thisPRAnalysisDia.The content application configurationThe display application configurationThe local configuration value of thisPRAnalysisDia.Defines how the graph is structured.booleanIf activated the direction of edges is considered when finding the shortest path to any node starting from the selection.booleantrue, if the represented graph is smooth.intOnly nodes are shown which can be reached from a start element on a path with not more than the given number of edges.List of end elementsList of start elementsbooleanShow all edges between displayed nodes.booleanShow the shortest path between start and end elements only.The name of the content application configurationThe name of the display application configurationThe name of the user-defined content configurationThe name of the user-defined display configurationbooleanColour of the node, depending if it is for the selected node or edge a source node (blue), target node (green) or both (red).booleantrue, if theADApplicationConfigurationis used, the local configuration value is used otherwise. -
Constructor Summary
ConstructorsConstructorDescriptionARG_GetAnalysisDiaProperties(String analysisValue, String configValue, boolean useApplicationConfiguration, K_GRAPH_DIRECTION graphDirection, int maxPathLength, boolean traceNodes, boolean isDirectionConsidered, boolean showAllEdges, boolean showShortestPathOnly, boolean isSmooth, ADApplicationConfiguration applConfContent, ADApplicationConfiguration applConfDisplay, String strApplConfContent, String strApplConfDisplay, String strContentConfig, String strDisplayConfig, List<ADClientAble> seqStart, List<ADClientAble> seqEnd) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
analysisValue
The analysis value of thisPRAnalysisDia. -
configValue
The local configuration value of thisPRAnalysisDia. -
useApplicationConfiguration
public boolean useApplicationConfigurationtrue, if theADApplicationConfigurationis used, the local configuration value is used otherwise. -
graphDirection
Defines how the graph is structured. -
maxPathLength
public int maxPathLengthOnly nodes are shown which can be reached from a start element on a path with not more than the given number of edges. If end elements are set, the node has to be on a path from start to end with a complete length not more than the given number. -
traceNodes
public boolean traceNodesColour of the node, depending if it is for the selected node or edge a source node (blue), target node (green) or both (red). -
isDirectionConsidered
public boolean isDirectionConsideredIf activated the direction of edges is considered when finding the shortest path to any node starting from the selection. -
showAllEdges
public boolean showAllEdgesShow all edges between displayed nodes. -
showShortestPathOnly
public boolean showShortestPathOnlyShow the shortest path between start and end elements only. -
isSmooth
public boolean isSmoothtrue, if the represented graph is smooth. -
applConfContent
The content application configuration -
applConfDisplay
The display application configuration -
strApplConfContent
The name of the content application configuration -
strApplConfDisplay
The name of the display application configuration -
strContentConfig
The name of the user-defined content configuration -
strDisplayConfig
The name of the user-defined display configuration -
seqStart
List of start elements -
seqEnd
List of end elements
-
-
Constructor Details
-
ARG_GetAnalysisDiaProperties
public ARG_GetAnalysisDiaProperties() -
ARG_GetAnalysisDiaProperties
public ARG_GetAnalysisDiaProperties(String analysisValue, String configValue, boolean useApplicationConfiguration, K_GRAPH_DIRECTION graphDirection, int maxPathLength, boolean traceNodes, boolean isDirectionConsidered, boolean showAllEdges, boolean showShortestPathOnly, boolean isSmooth, ADApplicationConfiguration applConfContent, ADApplicationConfiguration applConfDisplay, String strApplConfContent, String strApplConfDisplay, String strContentConfig, String strDisplayConfig, List<ADClientAble> seqStart, List<ADClientAble> seqEnd)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-