|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.axiom.p13n.agents.ClassificationAdviceResultsImpl
ClassificationAdviceResultsImpl
This is a concrete class that implements the results returned by the ClassificationAgent. Note, all Advice Request classes must be Serializable. Make sure that all data in this object are Serializable.
Field Summary | |
protected Classification |
classification
Deprecated. |
Constructor Summary | |
protected |
ClassificationAdviceResultsImpl(Classification classification)
Deprecated. Creates a new instance. |
Method Summary | |
Classification |
getClassification()
Deprecated. Returns the Classification object generated by the execution of a Classification rule by the ClassificationAgent. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Classification classification
Constructor Detail |
protected ClassificationAdviceResultsImpl(Classification classification)
Classification
- The Classification object for the
results of a classifier rule being run.Method Detail |
public Classification getClassification()
getClassification
in interface ClassificationAdviceResults
|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |