Book a Demo

Author Topic: How to get a connector without an arrow head  (Read 6428 times)

tcmauldin

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
How to get a connector without an arrow head
« on: May 29, 2018, 02:19:51 am »
In the class diagram I want to create a association connector from one class to the other without an arrow head on the line.  I have tried choosing the choosing the straight line in the class relationships, but each time it put the arrow on the line.  Is there some way to remove the arrow from the line.  Thanks

Glassboy

  • EA Practitioner
  • ***
  • Posts: 1367
  • Karma: +112/-75
    • View Profile
Re: How to get a connector without an arrow head
« Reply #1 on: May 29, 2018, 07:02:40 am »
In the class diagram I want to create a association connector from one class to the other without an arrow head on the line.  I have tried choosing the choosing the straight line in the class relationships, but each time it put the arrow on the line.  Is there some way to remove the arrow from the line.  Thanks

If you look at the properties of the association you will see a value called Direction.  If you set this to Unspecified you should not have any arrowheads.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to get a connector without an arrow head
« Reply #2 on: May 29, 2018, 07:24:33 am »
There's also some General Setting (no EA at hand momentarily) which allows to default to (non) directed associations.

q.

Glassboy

  • EA Practitioner
  • ***
  • Posts: 1367
  • Karma: +112/-75
    • View Profile
Re: How to get a connector without an arrow head
« Reply #3 on: May 29, 2018, 07:45:48 am »
There's also some General Setting (no EA at hand momentarily) which allows to default to (non) directed associations.

Would it be the other way?  Preferences | Links "Association default = source -> target".

Mine is off so I wondered why the OP was getting a directed association.