-
public final class Alias
extends Object
Alias between two nodes. Causes the 'from' node to be aliased with the 'to' node, which means
that the 'from' node is not rendered and all edges going to it instead go to the 'to' node.
- Since:
- 4.0
- Author:
- bojand@google.com (Bojan Djordjevic)
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getToId
public NodeId getToId()
Copyright © 2006–2018 Google, Inc.. All rights reserved.