public class Rule
extends java.lang.Object
| Constructor and Description |
|---|
Rule(MonitoredComponent component,
double[] possibilities,
Requirement... requirements) |
| Modifier and Type | Method and Description |
|---|---|
MonitoredComponent |
getComponent() |
int |
getDependencyRank() |
java.lang.String |
getHead() |
double[] |
getPossibilities() |
Requirement[] |
getRequirements() |
double |
getThreshold() |
void |
setDependencyRank(int dependencyRank) |
void |
setThreshold(double threshold) |
java.lang.String |
toString() |
public Rule(MonitoredComponent component, double[] possibilities, Requirement... requirements)
public void setDependencyRank(int dependencyRank)
public int getDependencyRank()
public Requirement[] getRequirements()
public void setThreshold(double threshold)
public double getThreshold()
public MonitoredComponent getComponent()
Rule refers to.public double[] getPossibilities()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getHead()