[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

Class COM.novell.SVAPI.CohortScore

public final class CohortScore

The CohortScore class associates a speaker with a scalar raw score.

See Also: Score


Constructor Index

CohortScore(double)
Constructs an anonymous CohortScore.
CohortScore(String, double)
Constructs a new CohortScore.



Method Index

getCohort()

Returns the speaker for the score.
getScore()

Returns the score.



Constructors



CohortScore

public CohortScore(String Cohort, double ScalarScore)
Constructs a new CohortScore.


CohortScore

public CohortScore(double ScalarScore)
Constructs an anonymous CohortScore. An engine may choose to keep a cohort score anonymous for security purposes. Also, a cohort may not be in the speaker list (perhaps the engine shipped with several models to serve as cohorts), and therefore has no name.


getCohort

public String getCohort()
Returns the speaker for the score. This can be null if the score is anonymous.


getScore

public double getScore()
Returns the score.



[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

rwille@novell.com