com.apelon.dts.client.classifier
Class ClassifyEquivError

java.lang.Object
  extended by com.apelon.dts.client.classifier.ClassifyEquivError

public class ClassifyEquivError
extends Object

An entry for classification Equivalency Error.

Equivalency Error occurs when a concept classifies to an existing concept.

Copyright: Copyright (c) 2004

Company: Apelon, Inc.

Since:
3.3.0
Version:
DTS 3.3.0
Author:
Apelon Inc.

Constructor Summary
ClassifyEquivError()
           
ClassifyEquivError(DTSConcept concept1, DTSConcept concept2)
          Creates this classification equivalency error entry.
 
Method Summary
 DTSConcept getConcept1()
          Get the first of the two equivalent concepts in this entry
 DTSConcept getConcept2()
          Get the second of the two equivalent concepts in this entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassifyEquivError

public ClassifyEquivError()

ClassifyEquivError

public ClassifyEquivError(DTSConcept concept1,
                          DTSConcept concept2)
Creates this classification equivalency error entry.

Parameters:
concept1 - A concept
concept2 - The equivalent concept
Method Detail

getConcept1

public DTSConcept getConcept1()
Get the first of the two equivalent concepts in this entry

Returns:
a concept
See Also:
DTSConcept

getConcept2

public DTSConcept getConcept2()
Get the second of the two equivalent concepts in this entry

Returns:
a concept
See Also:
DTSConcept


Copyright © 2011. All Rights Reserved.