Eclipse Layout Kernel Documentation

Edge Type

Type: programmatic
Identifier: org.eclipse.elk.edge.type
Meta Data Provider: core.options.CoreOptions
Value Type: org.eclipse.elk.core.options.EdgeType (Enum)
Possible Values: ASSOCIATION
DEPENDENCY
DIRECTED
GENERALIZATION
NONE
UNDIRECTED
Default Value: EdgeType.NONE (as defined in org.eclipse.elk)
Applies To: edges
Legacy Id: de.cau.cs.kieler.edgeType
Containing Groups: edge

Description

The type of an edge. This is usually used for UML class diagrams, where associations must be handled differently from generalizations.