com.ibm.wbiserver.brules.mgmt.problem

Class ProblemCaseEdgesAreMissing

  1. java.lang.Object
  2. extended bycom.ibm.wbiserver.brules.mgmt.problem.Problem
  3. extended bycom.ibm.wbiserver.brules.mgmt.problem.ProblemCaseEdgesAreMissing
All implemented interfaces:
java.io.Serializable

  1. public class ProblemCaseEdgesAreMissing
  2. extends Problem
A ConditionNode has no case edges.
See Also:
Serialized Form

Field Summary

Fields inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem
COPYRIGHT

Constructor Summary

Constructor and Description
ProblemCaseEdgesAreMissing(ConditionNode conditionNode)

Method Summary

Modifier and Type Method and Description
  1. ConditionNode
getConditionNode()
  1. java.lang.String
getErrorMessage()
Methods inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem
getErrorType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ProblemCaseEdgesAreMissing

  1. public ProblemCaseEdgesAreMissing( ConditionNode conditionNode)

Method Detail

getConditionNode

  1. public ConditionNode getConditionNode( )
Returns:
the conditionNode

getErrorMessage

  1. public java.lang.String getErrorMessage( )
Specified by: