aminePlatform.engines.dynamicKnowledgeIntegration.util
Class IntegrationResult

java.lang.Object
  extended byaminePlatform.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


Field Summary
 CS newNode
           
(package private)  byte result
           
 
Constructor Summary
IntegrationResult()
           
IntegrationResult(byte rslt, CS node)
           
 
Method Summary
 byte getByte()
           
 CS getCS()
           
 boolean isIntegrated()
           
 void setByte(byte rslt)
           
 void setCS(CS node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

byte result

newNode

public CS newNode
Constructor Detail

IntegrationResult

public IntegrationResult()

IntegrationResult

public IntegrationResult(byte rslt,
                         CS node)
Method Detail

getByte

public byte getByte()

setByte

public void setByte(byte rslt)

getCS

public CS getCS()

setCS

public void setCS(CS node)

isIntegrated

public boolean isIntegrated()