|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputCollector
This interface is implemented by the Prediction Engine to receive attribute values from an application. This is the Visitor to the InputProvider's Acceptor.
| Method Summary | |
|---|---|
void |
put(int attributeId, boolean value)Passes value of a boolean attribute. |
void |
put(int attributeId, double value)Passes value of a numeric attribute. |
void |
put(int attributeId, int value)Passes value of a numeric attribute. |
void |
put(int attributeId, long value)Passes value of a date attribute. |
void |
put(int attributeId, java.lang.Object value)Passes value of an Object attribute. |
void |
put(int attributeId, SDBooleanArray values)Passes value of boolean array attribute. |
void |
put(int attributeId, SDDoubleArray values)Passes value of numeric array attribute. |
void |
put(int attributeId, SDIntArray values)Passes value of numeric array attribute. |
void |
put(int attributeId, SDLongArray values)Passes value of date array attribute. |
void |
put(int attributeId, SDObjectArray values)Passes value of Object array attribute. |
void |
put(int attributeId, SDStringArray values)Passes value of string array attribute. |
void |
put(int attributeId, java.lang.String value)Passes value of string attribute. |
| Method Detail |
|---|
void put(int attributeId,
java.lang.String value)
attributeId - an integer attribute ID.value - attribute value.
void put(int attributeId,
double value)
attributeId - an integer attribute ID.value - attribute value.
void put(int attributeId,
int value)
attributeId - an integer attribute ID.value - attribute value.
void put(int attributeId,
long value)
attributeId - an integer attribute ID.value - attribute value.
void put(int attributeId,
boolean value)
attributeId - an integer attribute ID.value - attribute value.
void put(int attributeId,
java.lang.Object value)
attributeId - an integer attribute ID.value - attribute value.
void put(int attributeId,
SDStringArray values)
attributeId - an integer attribute ID.values - an array of string values.
void put(int attributeId,
SDDoubleArray values)
attributeId - an integer attribute ID.values - an array of numeric values.
void put(int attributeId,
SDIntArray values)
attributeId - an integer attribute ID.values - an array of numeric values.
void put(int attributeId,
SDLongArray values)
attributeId - an integer attribute ID.values - an array of numeric values.
void put(int attributeId,
SDBooleanArray values)
attributeId - an integer attribute ID.values - an array of boolean values.
void put(int attributeId,
SDObjectArray values)
attributeId - an integer attribute ID.values - an array of Object values.
|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||