java.lang.Objectucot.ui.gui.tree.analyzemodeltree.TreeItem
ucot.ui.gui.tree.analyzemodeltree.EntitiesTreeItem
public class EntitiesTreeItem
This represents the entities TreeItem
that contains all the entities of the analyze model.
Constructor Summary | |
---|---|
EntitiesTreeItem(AnalyzeTreeModel model,
TreeItem parent)
Constructs the object. |
Method Summary | |
---|---|
java.util.List |
getChildren()
Returns the child items of this item. |
javax.swing.Icon |
getIcon()
Returns Icon for this TreeItem . |
private boolean |
isEntityInfluencingEntity(java.lang.String sourceEntity,
java.lang.String targetEntity)
Retuns true is targetEntity is referenced by sourceEntity. |
Methods inherited from class ucot.ui.gui.tree.analyzemodeltree.TreeItem |
---|
compareTo, getAnalyzeModel, getName, getParent, getPath, getTreeModel, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EntitiesTreeItem(AnalyzeTreeModel model, TreeItem parent)
Constructs the object.
model
- The TreeModel
this item belongs to.parent
- The parent node.Method Detail |
---|
public javax.swing.Icon getIcon()
TreeItem
Icon
for this TreeItem
.
getIcon
in class TreeItem
Icon
for this TreeItem
.public java.util.List getChildren()
TreeItem
getChildren
in class TreeItem
private boolean isEntityInfluencingEntity(java.lang.String sourceEntity, java.lang.String targetEntity)
sourceEntity
- name of the entity that is influencing.targetEntity
- name of the entity that is influenced.