oracle.dmt.odm
Class LocatableObject

java.lang.Object
  |
  +--oracle.dmt.odm.MiningObject
        |
        +--oracle.dmt.odm.LocatableObject
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MiningFunctionSettings, MiningModel, MiningResult, MiningTask

public abstract class LocatableObject
extends MiningObject

For internal use only The abstract class LocatableObject is a common superclass allowing explicit naming (storage and retrieval) for the DMS.

See Also:
Serialized Form

Method Summary
TypeMethod
static LocatableObject deserialize(byte[] obj)
           
 byte[] serialize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

serialize

public byte[] serialize()

deserialize

public static LocatableObject deserialize(byte[] obj)
                                   throws java.io.IOException,
                                          java.lang.ClassNotFoundException