aminePlatform.engines.dynamicKnowledgeIntegration.util
Class IntegrationResult
java.lang.Object
aminePlatform.engines.dynamicKnowledgeIntegration.util.IntegrationResult
- public class IntegrationResult
- extends java.lang.Object
Title : IntegrationResult
Description : IntegrationResult contains the result of the integration
of a new description in the ontology.
Copyright : Copyright (c) Adil KABBAJ and Karim BOUZOUBA 2004-2009
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
byte result
newNode
public CS newNode
IntegrationResult
public IntegrationResult()
IntegrationResult
public IntegrationResult(byte rslt,
CS node)
getByte
public byte getByte()
setByte
public void setByte(byte rslt)
getCS
public CS getCS()
setCS
public void setCS(CS node)
isIntegrated
public boolean isIntegrated()