Skip navigation links

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

E17787-02


Uses of Class
com.sigmadynamics.util.SDIntArray

Packages that use SDIntArray
com.sigmadynamics.sdo.support Base classes for generated ILS classes. 
com.sigmadynamics.server.rtis.PredictionEngine Platform support for prediction models. 
com.sigmadynamics.util   

 

Uses of SDIntArray in com.sigmadynamics.sdo.support

 

Methods in com.sigmadynamics.sdo.support that return SDIntArray
protected abstract  SDIntArray SDModel.getAllAnalysisAttributeIds()
           
protected abstract  SDIntArray SDModel.getDataStorageKeyIds()
           
protected abstract  SDIntArray SDModel.getDataStoragePartitioningKeyIds()
           

 

Uses of SDIntArray in com.sigmadynamics.server.rtis.PredictionEngine

 

Methods in com.sigmadynamics.server.rtis.PredictionEngine with parameters of type SDIntArray
 void InputCollector.put(int attributeId, SDIntArray values)
          Passes value of numeric array attribute.

 

Uses of SDIntArray in com.sigmadynamics.util

 

Methods in com.sigmadynamics.util with parameters of type SDIntArray
 void SDIntArray.addAll(SDIntArray array)
          Appends all of the elements in the specified array to the end of this array.
 void SDIntArray.addAll(SDIntArray array)
          Appends all of the elements in the specified array to the end of this array.
 boolean SDIntArray.containsAll(SDIntArray elements)
          Returns true if this array contains all elements of the specified array.
 boolean SDIntArray.containsAll(SDIntArray elements)
          Returns true if this array contains all elements of the specified array.
 boolean SDIntArray.containsAny(SDIntArray elements)
          Returns true if this array contains any one of the elements of the specified array.
 boolean SDIntArray.containsAny(SDIntArray elements)
          Returns true if this array contains any one of the elements of the specified array.
static boolean Null.isAllNull(SDIntArray values)
           
static boolean Null.isAllNull(SDIntArray values)
           

 


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.