com.beasys.commerce.axiom.advisor.advislets
Interface ClassificationAdviceResults
- All Superinterfaces:
- AdviceResults
- All Known Implementing Classes:
- ClassificationAdviceResultsImpl
- public interface ClassificationAdviceResults
- extends AdviceResults
This is a concrete interface for the results returned
by the ClassificationAdvislet.
- Version:
- $Revision: 7$, $Date: 1/4/00 3:53:37 PM$
- Author:
- Steve Willcox
|
Method Summary |
Classification |
getClassification()
Returns the Classification object generated by the execution
of a Classification rule by the ClassificationAdvislet. |
getClassification
public Classification getClassification()
- Returns the Classification object generated by the execution
of a Classification rule by the ClassificationAdvislet.
- Returns:
- Classification The Classification object for the
Classification Request. Returns null, if there is no classification
for the request made.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved