BEA Systems, Inc.

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

java.lang.Object
  |
  +--com.beasys.commerce.axiom.p13n.agents.ClassificationAdviceResultsImpl

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.

See Also:
Serialized Form

Field Summary
protected  com.beasys.commerce.axiom.reasoning.rules.results.Classification classification
          Deprecated.  
 
Constructor Summary
protected ClassificationAdviceResultsImpl(com.beasys.commerce.axiom.reasoning.rules.results.Classification classification)
          Deprecated. Creates a new instance.
 
Method Summary
 com.beasys.commerce.axiom.reasoning.rules.results.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 com.beasys.commerce.axiom.reasoning.rules.results.Classification classification
Deprecated. 
Constructor Detail

ClassificationAdviceResultsImpl

protected ClassificationAdviceResultsImpl(com.beasys.commerce.axiom.reasoning.rules.results.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 com.beasys.commerce.axiom.reasoning.rules.results.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