planet.trivialp2p
Class TrivialId

java.lang.Object
  extended byplanet.commonapi.Id
      extended byplanet.symphony.SymphonyId
          extended byplanet.trivialp2p.TrivialId
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class TrivialId
extends SymphonyId

Uses the SymphonyId as the TrivialNode id. It identify univoquely a node into the network.

Author:
Jordi Pujol 03-jun-2005
See Also:
Serialized Form

Field Summary
 
Fields inherited from class planet.symphony.SymphonyId
MAX, MAX_SYMPHONY
 
Constructor Summary
TrivialId()
           
 
Methods inherited from class planet.symphony.SymphonyId
add, between, buildIdFrom, clockwise, compareTo, divide, divideOn, equals, getDecimals, getDoubleValue, getMaximum, getValue, hashCode, setValue, setValue, setValues, setValues, setValues, setValues, setValues, setValues, setValues, shift, subtract, toByteArray, toString, toStringFull
 
Methods inherited from class planet.commonapi.Id
betweenE, Ebetween, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrivialId

public TrivialId()