Package org.onosproject.net.behaviour
Class TunnelEndPoint<T>
- java.lang.Object
 - 
- org.onosproject.net.behaviour.TunnelEndPoint<T>
 
 
- 
public final class TunnelEndPoint<T> extends Object
Represents for source end point or destination end point of a tunnel. Maybe a tunnel based on ConnectPoint, IpAddress, MacAddress and so on is built. 
- 
- 
Constructor Summary
Constructors Constructor Description TunnelEndPoint(T value)Default constructor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringstrValue()Returns the value as a string.Tvalue()Returns the value. 
 - 
 
- 
- 
Constructor Detail
- 
TunnelEndPoint
public TunnelEndPoint(T value)
Default constructor.- Parameters:
 value- value of the tunnel endpoint
 
 - 
 
 -