unbbayes.prs.bn
Class ExplanationPhrase

java.lang.Object
  extended by unbbayes.prs.bn.ExplanationPhrase

public class ExplanationPhrase
extends Object

Version:
1.0
Author:
MÔøΩrio Henrique Paes Vieira (mariohpv@bol.com.br)

Field Summary
static int COMPLEMENTARY_EVIDENCE_TYPE
           
static int EXCLUSIVE_EVIDENCE_TYPE
           
static int NA_EVIDENCE_TYPE
           
static int NECESSARY_EVIDENCE_TYPE
           
static int TRIGGER_EVIDENCE_TYPE
           
 
Constructor Summary
ExplanationPhrase()
           
ExplanationPhrase(String strPhrase, String strNode, int evidenceType)
           
 
Method Summary
 int getEvidenceType()
          Retorna o tipo de evidÔøΩncia de um nÔøΩ de explicaÔøΩÔøΩo.
 String getNode()
           
 String getPhrase()
           
 void setEvidenceType(int evidenceType)
          Altera o tipo de evidÔøΩncia do nÔøΩ de explicaÔøΩÔøΩo.
 void setNode(String strNode)
           
 void setPhrase(String strPhrase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRIGGER_EVIDENCE_TYPE

public static final int TRIGGER_EVIDENCE_TYPE
See Also:
Constant Field Values

COMPLEMENTARY_EVIDENCE_TYPE

public static final int COMPLEMENTARY_EVIDENCE_TYPE
See Also:
Constant Field Values

NA_EVIDENCE_TYPE

public static final int NA_EVIDENCE_TYPE
See Also:
Constant Field Values

NECESSARY_EVIDENCE_TYPE

public static final int NECESSARY_EVIDENCE_TYPE
See Also:
Constant Field Values

EXCLUSIVE_EVIDENCE_TYPE

public static final int EXCLUSIVE_EVIDENCE_TYPE
See Also:
Constant Field Values
Constructor Detail

ExplanationPhrase

public ExplanationPhrase()

ExplanationPhrase

public ExplanationPhrase(String strPhrase,
                         String strNode,
                         int evidenceType)
Method Detail

setEvidenceType

public void setEvidenceType(int evidenceType)
Altera o tipo de evidÔøΩncia do nÔøΩ de explicaÔøΩÔøΩo. Os tipos de evidÔøΩncia podem ser: - TRIGGER_EVIDENCE_TYPE : nÔøΩ trigger - COMPLEMENTARY_EVIDENCE_TYPE : nÔøΩ complementar - NA_EVIDENCE_TYPE : nÔøΩ na - NECESSARY_EVIDENCE_TYPE : nÔøΩ necessÔøΩrio - EXCLUSIVE_EVIDENCE_TYPE : nÔøΩ exclusivo

Parameters:
evidenceType - Tipo de evidÔøΩncia

getEvidenceType

public int getEvidenceType()
Retorna o tipo de evidÔøΩncia de um nÔøΩ de explicaÔøΩÔøΩo.

Returns:
Tipo de evidÔøΩncia de um nÔøΩ.

setPhrase

public void setPhrase(String strPhrase)

getPhrase

public String getPhrase()

setNode

public void setNode(String strNode)

getNode

public String getNode()


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.