| org.umlgraph.doclet.RelationDirection
RelationDirection | public enum RelationDirection (Code) | | The possibile directions of a relation given a reference class (used in
context diagrams)
|
Field Summary | |
Enum Constant | BOTH | Enum Constant | IN | Enum Constant | NONE | Enum Constant | OUT |
inverse | public RelationDirection inverse()(Code) | | Inverts the direction of the relation. Turns IN into OUT and vice-versa, NONE and BOTH
are not changed
|
|
|