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.interfaces
Interface ChoiceEventInterface


public interface ChoiceEventInterface

Implemented by Choice Event classes.

Since:
1.0

Method Summary
 int getChoiceEventId()
           
 java.lang.String getFullName()
           
 TableInserter getHistoryInserter()
           
 int getHistoryLength()
           
 java.lang.String getName()
           
 StatCollectorInterface getStatCollector()
           
 double getValue(ChoiceInterface choice)
           
 void saveHistoryLength()
           

 

Method Detail

getName

java.lang.String getName()
Returns:
name of the event.

getFullName

java.lang.String getFullName()
Returns:
fully qualified name of the event in a form choiceGroupName.eventName.

getStatCollector

StatCollectorInterface getStatCollector()

getValue

double getValue(ChoiceInterface choice)

saveHistoryLength

void saveHistoryLength()

getHistoryLength

int getHistoryLength()

getHistoryInserter

TableInserter getHistoryInserter()

getChoiceEventId

int getChoiceEventId()

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.