public final class

Alias

extends Object
java.lang.Object
   ↳ com.google.inject.grapher.Alias

Class Overview

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.

Summary

Public Constructors
Alias(NodeId fromId, NodeId toId)
Public Methods
NodeId getFromId()
NodeId getToId()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Alias (NodeId fromId, NodeId toId)

Public Methods

public NodeId getFromId ()

public NodeId getToId ()