Uses of Class
de.mid.innovator.srv2api.icw2elem.K_GRAPH_DIRECTION
-
Packages that use K_GRAPH_DIRECTION Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of K_GRAPH_DIRECTION in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_GRAPH_DIRECTION Modifier and Type Method Description static K_GRAPH_DIRECTIONK_GRAPH_DIRECTION. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_GRAPH_DIRECTIONK_GRAPH_DIRECTION. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_GRAPH_DIRECTION[]K_GRAPH_DIRECTION. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_GRAPH_DIRECTION in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as K_GRAPH_DIRECTION Modifier and Type Field Description K_GRAPH_DIRECTIONARG_GetAnalysisDiaProperties. graphDirectionDefines how the graph is structured.Methods in de.mid.innovator.srv2api.icw2pres that return K_GRAPH_DIRECTION Modifier and Type Method Description K_GRAPH_DIRECTIONPRAnalysisDia. getGraphDirection()Defines how the graph is structured.Methods in de.mid.innovator.srv2api.icw2pres with parameters of type K_GRAPH_DIRECTION Modifier and Type Method Description voidPRAnalysisDia. setGraphDirection(K_GRAPH_DIRECTION value)Set the value of Attribut GraphDirection.Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_GRAPH_DIRECTION Constructor Description ARG_GetAnalysisDiaProperties(java.lang.String analysisValue, java.lang.String configValue, boolean useApplicationConfiguration, K_GRAPH_DIRECTION graphDirection, int maxPathLength, boolean traceNodes, boolean isDirectionConsidered, boolean showAllEdges, boolean showShortestPathOnly, boolean isSmooth, ADApplicationConfiguration applConfContent, ADApplicationConfiguration applConfDisplay, java.util.List<ADClientAble> seqStart, java.util.List<ADClientAble> seqEnd)
-