MarkerType
Type of a Relation marker
enum MarkerType {
  ARROW
  CIRCLE
  DIAMOND
  FILLED_CIRCLE
  FILLED_DIAMOND
  FILLED_TRIANGLE
  TRIANGLE
}
Values
MarkerType.ARROW
A regular arrow
MarkerType.CIRCLE
A circle
MarkerType.DIAMOND
A diamond
MarkerType.FILLED_CIRCLE
A filled circle
MarkerType.FILLED_DIAMOND
A filled diamond
MarkerType.FILLED_TRIANGLE
A filled triangle
MarkerType.TRIANGLE
A triangle
Member of
RelationTemplate  object