Enum Class LinkType

java.lang.Object
java.lang.Enum<LinkType>
net.tangly.dev.adr.LinkType
All Implemented Interfaces:
Serializable, Comparable<LinkType>, Constable

public enum LinkType extends Enum<LinkType>
Defines the types of links between architecture design records.
supersedes
a design record supersedes another design record.
supersededBy
defines the symmetrical relation to a supersedes link. A design record is replaced by a new one.
references
defines an unspecified asymmetrical link between two design records.