sofya.mutator
Class MutationID

java.lang.Object
  extended by sofya.mutator.MutationID

public final class MutationID
extends java.lang.Object

A unique identifer associated with a Mutation.

Version:
10/01/2005
Author:
Alex Kinneer

Method Summary
 int asInt()
          Gets this ID as a primitive integer.
 java.lang.String toString()
          Gets this ID as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

asInt

public int asInt()
Gets this ID as a primitive integer.

Returns:
This mutation ID as a primitive integer.

toString

public java.lang.String toString()
Gets this ID as a string.

Overrides:
toString in class java.lang.Object
Returns:
This mutation ID as a string.