org.cyberlab.local.recognition
Class LocalObject<E>

java.lang.Object
  extended by org.cyberlab.local.recognition.LocalObject<E>
Type Parameters:
E - The class type of the specific Local object.
Direct Known Subclasses:
LocalMatch, LocalModel, Unknown

public abstract class LocalObject<E>
extends java.lang.Object

Abstract class for all Local objects. Class is Generic allowing for common framework handling of different Local objects.

Author:
Mats-Gøran Karlsen

Field Summary
 long type
           
 
Constructor Summary
LocalObject(long type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final long type
Constructor Detail

LocalObject

public LocalObject(long type)