BEA Systems, Inc.

com.beasys.commerce.axiom.p13n.agents
Class ClassificationAdviceResultsImpl

java.lang.Object
  |
  +--com.beasys.commerce.axiom.p13n.agents.ClassificationAdviceResultsImpl
All Implemented Interfaces:
AdviceResults, ClassificationAdviceResults, java.io.Serializable

Deprecated. As of WLPS 3.1, replaced by ClassificationAdviceResultsImpl

public class ClassificationAdviceResultsImpl
extends java.lang.Object
implements ClassificationAdviceResults, java.io.Serializable

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.

Version:
$Revision: 7$, $Date: 1/4/00 3:53:37 PM$
Author:
Steve Willcox
See Also:
Serialized Form

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

classification

protected Classification classification
Deprecated. 
Constructor Detail

ClassificationAdviceResultsImpl

protected ClassificationAdviceResultsImpl(Classification classification)
Deprecated. 
Creates a new instance.
Parameters:
Classification - The Classification object for the results of a classifier rule being run.
Method Detail

getClassification

public Classification getClassification()
Deprecated. 
Returns the Classification object generated by the execution of a Classification rule by the ClassificationAgent.
Specified by:
getClassification in interface ClassificationAdviceResults
Returns:
Classification The Classification object for the Classification Request. Returns null, if there is no classification for the request made.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved