|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.apelon.dts.client.classifier.ClassifyCycleError
public class ClassifyCycleError
An entry for classification Cycle Error.
Cycle Error occurs when classification results in cyclic condition through either defining concept links or role chain.
Copyright: Copyright (c) 2004
Company: Apelon, Inc.
| Constructor Summary | |
|---|---|
ClassifyCycleError()
|
|
ClassifyCycleError(int cycleNumber,
DTSConcept concept,
DTSRoleType roleType)
Creates this cycle error entry. |
|
| Method Summary | |
|---|---|
DTSConcept |
getConcept()
Gets the concept which is part of the cyclic error. |
int |
getCycleNumber()
Gets the cycle number |
DTSRoleType |
getRoleType()
Gets the DTSRoleType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassifyCycleError()
public ClassifyCycleError(int cycleNumber,
DTSConcept concept,
DTSRoleType roleType)
cycleNumber - Cycle Numberconcept - DTSConcept involved in cyclic conditionroleType - DTSRoleType if the cycle is due to role relationship| Method Detail |
|---|
public int getCycleNumber()
public DTSConcept getConcept()
public DTSRoleType getRoleType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||