public final class Link extends Object implements Attributed<Link>, LinkTarget
| Modifier and Type | Method and Description |
|---|---|
Attributes |
applyTo(MapAttributes attrs) |
MutableAttributed<Link> |
attrs() |
static Link |
between(LinkSource from,
LinkTarget to) |
static Link |
between(Node from,
Node to) |
boolean |
equals(Object o) |
LinkSource |
from() |
int |
hashCode() |
Link |
linkTo() |
LinkTarget |
to() |
static Link |
to(LinkTarget to) |
static Link |
to(MutableNode node) |
static Link |
to(Node node) |
Link |
with(Attributes attrs) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitwith, withapplyTo, attr, attrs, isEmptypublic static Link to(MutableNode node)
public static Link to(LinkTarget to)
public LinkTarget to()
public static Link between(LinkSource from, LinkTarget to)
public Link with(Attributes attrs)
with in interface Attributed<Link>public Attributes applyTo(MapAttributes attrs)
applyTo in interface Attributespublic Link linkTo()
linkTo in interface LinkTargetpublic LinkSource from()
public MutableAttributed<Link> attrs()
Copyright © 2015–2017. All rights reserved.