|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumbc.ebiquity.BayesOWL.commonDefine.Constraint
umbc.ebiquity.BayesOWL.commonDefine.ConditionalConstraint
umbc.ebiquity.BayesOWL.commonDefine.LocalConditionalConstraint
public class LocalConditionalConstraint
This class implements a local conditional constraint with the form of "R(C|L)", where "L" (a set) contains at least one parent variables of variable C from the Bayesian Belief Network.
Constructor Summary | |
---|---|
LocalConditionalConstraint(CondProbDistribution constraint)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getConceptName()
This method gets the local concept name in this local conditional constraint. |
int |
getNumOfParentsInvolved()
Gets the number of parent concepts involved in this local conditional constraint. |
java.lang.String[] |
getParentNamesInvolved()
Gets an array of involved parent names in this local conditional constraint. |
Methods inherited from class umbc.ebiquity.BayesOWL.commonDefine.ConditionalConstraint |
---|
getCondVariableNames, getDistribution, getNumOfCondVariables, getNumOfPriorVariables, getNumOfVariables, getPriorVariableNames, getScopeType, getVariableNames, setScopeType, toString |
Methods inherited from class umbc.ebiquity.BayesOWL.commonDefine.Constraint |
---|
getConstraintType, setConstraintType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalConditionalConstraint(CondProbDistribution constraint)
constraint
- conditional PDMethod Detail |
---|
public java.lang.String getConceptName()
public int getNumOfParentsInvolved()
public java.lang.String[] getParentNamesInvolved()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |