|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.algorithms.el.ELDescriptionTree
public class ELDescriptionTree
Represents an EL description tree. Unlike ELDescriptionNode, this is
a tree-wide structure, i.e. it does not implement the tree structure itself,
but is used to store information about the tree.
| Constructor Summary | |
|---|---|
ELDescriptionTree(AbstractReasonerComponent rs)
|
|
ELDescriptionTree(AbstractReasonerComponent rs,
Description description)
Constructs an EL description tree from an EL description. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ELDescriptionTree(AbstractReasonerComponent rs)
public ELDescriptionTree(AbstractReasonerComponent rs,
Description description)
description - A description| Method Detail |
|---|
public Set<ELDescriptionNode> getNodesOnLevel(int level)
level - The level (distance from root node).
public Description transformToDescription()
public boolean isMinimal()
public int getMaxLevel()
public ELDescriptionNode getRootNode()
public ELDescriptionNode getNode(int[] position)
public boolean checkSC(ELDescriptionNode node1,
ELDescriptionNode node2)
public boolean checkSC1(ELDescriptionNode node1,
ELDescriptionNode node2)
public boolean checkSC2(ELDescriptionNode node1,
ELDescriptionNode node2)
public void extendSimulation(ELDescriptionNode node1,
ELDescriptionNode node2)
public void extendSimulationSC1(ELDescriptionNode node1,
ELDescriptionNode node2)
public void extendSimulationSC2(ELDescriptionNode node1,
ELDescriptionNode node2)
public void extendSimulationSC12(ELDescriptionNode node1,
ELDescriptionNode node2)
public void shrinkSimulation(ELDescriptionNode node1,
ELDescriptionNode node2)
public void shrinkSimulationSC1(ELDescriptionNode node1,
ELDescriptionNode node2)
public void shrinkSimulationSC2(ELDescriptionNode node1,
ELDescriptionNode node2)
public void shrinkSimulationSC12(ELDescriptionNode node1,
ELDescriptionNode node2)
public String toSimulationString()
public String toSimulationString(Map<ELDescriptionNode,String> nodeNames)
public ELDescriptionTree clone()
clone in class Objectpublic ELDescriptionTree cloneOld()
public String toString()
toString in class Objectpublic String toDescriptionString()
public Collection<ELDescriptionNode> getNodes()
public int getDepth()
public int getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||