|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.algorithms.el.Simulation
public class Simulation
Represents a simulation relation between EL description trees.
| Constructor Summary | |
|---|---|
Simulation()
|
|
| Method Summary | |
|---|---|
void |
addTuple(TreeTuple tuple)
Adds a tuple to the simulation. |
List<TreeTuple> |
getRelation()
Gets the complete simulation relation. |
List<ELDescriptionNode> |
in(ELDescriptionNode tree)
|
List<ELDescriptionNode> |
out(ELDescriptionNode tree)
|
void |
removeTuple(TreeTuple tuple)
Removes a tuple from the simulation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Simulation()
| Method Detail |
|---|
public void addTuple(TreeTuple tuple)
tuple - The new tuple.List.add(java.lang.Object)public void removeTuple(TreeTuple tuple)
tuple - The new tuple.List.add(java.lang.Object)public List<TreeTuple> getRelation()
public List<ELDescriptionNode> in(ELDescriptionNode tree)
public List<ELDescriptionNode> out(ELDescriptionNode tree)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||