util
Interface Uniquely

All Known Subinterfaces:
UniqueKnowledge
All Known Implementing Classes:
PointingModelAdd, TargetError, TargetFinished, TargetPicked, TelescopeOffsets

public interface Uniquely

Implementing instances can retrieve a unique identifier, i.e. a string description that is unique to them. Can be used in hash methods like getUnique().hashCode()


Method Summary
 Object getUnique()
          Returns a unique string description of this object or the state of this object.
 

Method Detail

getUnique

Object getUnique()
Returns a unique string description of this object or the state of this object. May not return the null string.