Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_GRAPH_DIRECTION
Packages that use K_GRAPH_DIRECTION
Package
Description
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.
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_DIRECTIONModifier and TypeMethodDescriptionstatic K_GRAPH_DIRECTIONK_GRAPH_DIRECTION.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_GRAPH_DIRECTIONReturns the enum constant of this class with the specified name.static K_GRAPH_DIRECTION[]K_GRAPH_DIRECTION.values()Returns an array containing the constants of this enum class, 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_DIRECTIONModifier and TypeFieldDescriptionARG_GetAnalysisDiaProperties.graphDirectionDefines how the graph is structured.ARG_XPRAnalysisDiaRep.graphDirectionDefines how the graph is structured.Methods in de.mid.innovator.srv2api.icw2pres that return K_GRAPH_DIRECTIONModifier and TypeMethodDescriptionPRAnalysisDia.getGraphDirection()Defines how the graph is structured.Methods in de.mid.innovator.srv2api.icw2pres with parameters of type K_GRAPH_DIRECTIONModifier and TypeMethodDescriptionvoidPRAnalysisDia.setGraphDirection(K_GRAPH_DIRECTION value) Set the value of Attribut GraphDirection.Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_GRAPH_DIRECTIONModifierConstructorDescriptionARG_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) ARG_XPRAnalysisDiaRep(PRPresElement ohPres, List<MEModelElement> seqModel, Class<? extends ELObject> kVOclPres, Class<? extends ELObject> kVOclModel, String strUUIDPres, List<String> seqUUIDModel, String strHashCode, String strHashCodeCalc, MMStereotype ohStereo, String strStereo, int idStereoModel, int idModel, int idPicture, K_CONTASGN kContAsgnPres, ARG_XImageRep valDefaultImageRep, ARG_XImageRep valImageRep, List<ARG_XImageRep> seqImageRep, List<ARG_XColorKindRep> seqColorRep, List<ARG_XTextRep> seqText, List<ARG_XPresElementRep> seqContent, boolean hasStatus, boolean hasAccess, K_LOCKSTATUS kLockStatus, boolean isTextAble, int cntConfigured, int cntModified, boolean isDeleteAble, boolean isSubtractAble, boolean isTransformAble, boolean isNoteAble, boolean isConstraintAble, boolean isAttachmentAble, boolean hasAttachment, boolean isDefaultReferenceAble, boolean isAdminPkg, boolean isArtifactOpenAble, boolean isSelectAble, boolean hasAnnotation, boolean isDuplicateAble, boolean isUnresolved, int iOpacity, List<ADClientAble> seqSyncElem, boolean hasDiaFormat, int lZoom, Point pOrigin, K_ORIENTATION kOrientation, boolean isHiddenComments, boolean isHiddenAttachments, String strSvgApplConfHash, String analysisValue, String configValue, boolean useApplicationConfiguration, K_GRAPH_DIRECTION graphDirection, int maxPathLength, boolean isDirectionConsidered, boolean showAllEdges, String contentConfig, String displayConfig, boolean isSmooth, List<ADClientAble> seqStart, List<ADClientAble> seqEnd)