Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


com.sigmadynamics.sdo.support
Class SDModel

java.lang.Object
  extended by com.sigmadynamics.sdo.support.SDOBase
      extended by com.sigmadynamics.sdo.base.SDO
          extended by com.sigmadynamics.sdo.support.SDModel

All Implemented Interfaces:
SDOInterface, ModelInterface, InputProvider
Direct Known Subclasses:
Model

public abstract class SDModel
extends SDO
implements ModelInterface

User: ujjwalsingh Date: Aug 14, 2003


Field Summary

 

Fields inherited from class com.sigmadynamics.sdo.support.SDOBase
description, internalName, sdExternalName

 

Constructor Summary
SDModel()
           

 

Method Summary
protected abstract  SDIntArray getAllAnalysisAttributeIds()
           
protected abstract  int getDataStorageDaysToKeep()
           
protected abstract  SDIntArray getDataStorageKeyIds()
           
protected abstract  SDStringArray getDataStorageKeyNames()
           
protected abstract  SDIntArray getDataStoragePartitioningKeyIds()
           
protected abstract  int getTargetAttributeId()
           

 

Methods inherited from class com.sigmadynamics.sdo.support.SDOBase
getDescription, getSDOId, getSDOLabel, getSDOLabelOrId, setDescription, setSDOId, setSDOLabel

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.ModelInterface
resetModelData, shouldRandomizePredictions

 

Methods inherited from interface com.sigmadynamics.server.rtis.PredictionEngine.InputProvider
provideInput

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.client.SDOInterface
getDescription, getSDOId, getSDOLabel, getSDOLabelOrId

 

Constructor Detail

SDModel

public SDModel()

Method Detail

getTargetAttributeId

protected abstract int getTargetAttributeId()

getDataStorageDaysToKeep

protected abstract int getDataStorageDaysToKeep()

getDataStorageKeyIds

protected abstract SDIntArray getDataStorageKeyIds()

getDataStorageKeyNames

protected abstract SDStringArray getDataStorageKeyNames()

getDataStoragePartitioningKeyIds

protected abstract SDIntArray getDataStoragePartitioningKeyIds()

getAllAnalysisAttributeIds

protected abstract SDIntArray getAllAnalysisAttributeIds()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.