Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.data
Class ExternalObject

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.data.AbstractDatabaseObject
      extended by de.lmu.ifi.dbs.elki.data.ExternalObject
All Implemented Interfaces:
DatabaseObject

public class ExternalObject
extends AbstractDatabaseObject

Provides an id referencing an external data object.

Author:
Elke Achtert

Constructor Summary
ExternalObject(Integer externalID)
          Creates a new ExternalObject with the specified id.
 
Method Summary
 
Methods inherited from class de.lmu.ifi.dbs.elki.data.AbstractDatabaseObject
getID, setID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.lmu.ifi.dbs.elki.data.DatabaseObject
equals
 

Constructor Detail

ExternalObject

public ExternalObject(Integer externalID)
Creates a new ExternalObject with the specified id.

Parameters:
externalID - the external id

Release 0.3 (2010-03-31_1612)