Package | Description |
---|---|
jsensor.nodes.collections | |
jsensor.nodes.events | |
jsensor.nodes.monitoring | |
jsensor.runtime |
Modifier and Type | Method and Description |
---|---|
Fact |
FactsList.getFact(int factID) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ConcurrentSkipListSet<Fact> |
FactsList.getFactList() |
Modifier and Type | Method and Description |
---|---|
void |
FactsList.addFact(Fact f) |
void |
FactsList.removeFact(Fact f) |
Modifier and Type | Method and Description |
---|---|
void |
FactsList.setFactList(java.util.concurrent.ConcurrentSkipListSet<Fact> factList) |
Modifier and Type | Method and Description |
---|---|
Fact |
AbstractFactEvent.getFact() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactEvent.setFact(Fact fact) |
void |
AbstractFactEvent.start(Fact f,
double startime,
double endTime,
double step)
Start the event Fact change.
|
Modifier and Type | Method and Description |
---|---|
int |
Fact.compareTo(Fact o) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Fact> |
Runtime.getDetectedFactsByNode(Node n) |
static java.util.List<Fact> |
Global.getFactsDetectedByNode(Node n) |