Skip navigation links

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

E17787-02


Uses of Interface
com.sigmadynamics.sdo.interfaces.client.ChoiceInterface

Packages that use ChoiceInterface
com.sigmadynamics.sdo.base Customizable base classes for generated ILS classes. 
com.sigmadynamics.sdo.interfaces Interfaces implemented by generated ILS code. 
com.sigmadynamics.sdo.interfaces.client Interfaces implemented by ILS classes used by the RTD platform in server and client code. 
com.sigmadynamics.sdo.support Base classes for generated ILS classes. 

 

Uses of ChoiceInterface in com.sigmadynamics.sdo.base

 

Classes in com.sigmadynamics.sdo.base that implement ChoiceInterface
 class Choice
          User: ujjwal Date: May 16, 2003 Time: 2:46:55 PM

 

Uses of ChoiceInterface in com.sigmadynamics.sdo.interfaces

 

Methods in com.sigmadynamics.sdo.interfaces with parameters of type ChoiceInterface
 int ChoiceHistoryInterface.daysSinceLastEvent(ChoiceInterface choice, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time)
          Calculates for the current session the number of days since this event last occurred.
 int ChoiceHistoryInterface.daysSinceLastEvent(ChoiceInterface choice, java.lang.String channel, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time)
           
 double ChoiceEventInterface.getValue(ChoiceInterface choice)
           
 int ChoiceHistoryInterface.numberOfEventsDuringLastNDays(ChoiceInterface choice, int numberOfDays, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time)
           
 int ChoiceHistoryInterface.numberOfEventsDuringLastNDays(ChoiceInterface choice, int numberOfDays, java.lang.String channel, ChoiceEventInterface choiceEvent, java.util.Set sessionKeys, long time)
           

 

Uses of ChoiceInterface in com.sigmadynamics.sdo.interfaces.client

 

Methods in com.sigmadynamics.sdo.interfaces.client that return ChoiceInterface
 ChoiceInterface ChoiceInterface.cloneChoice(ChoiceGroupInterface group)
           
 ChoiceInterface ChoiceArrayInterface.getChoiceInterface(int index)
           

 

Methods in com.sigmadynamics.sdo.interfaces.client with parameters of type ChoiceInterface
 void ChoiceArrayInterface.add(ChoiceInterface choice)
           
 boolean ChoiceArrayInterface.contains(ChoiceInterface choice)
           

 

Uses of ChoiceInterface in com.sigmadynamics.sdo.support

 

Classes in com.sigmadynamics.sdo.support that implement ChoiceInterface
 class SDChoice
          Abstract base class for Choice classes in generated code.

 

Methods in com.sigmadynamics.sdo.support that return ChoiceInterface
abstract  ChoiceInterface SDChoice.cloneChoice(ChoiceGroupInterface group)
           
 ChoiceInterface SDChoiceArray.getChoiceInterface(int index)
          Returns the element at the specified position in this array.

 

Methods in com.sigmadynamics.sdo.support with parameters of type ChoiceInterface
 void SDChoiceArray.add(ChoiceInterface element)
          Appends the specified ChoiceInterface to the end of this array.
 boolean SDChoiceArray.contains(ChoiceInterface val)
          Returns true if this array contains the specified element.

 


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.