|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.episodic.visualizer.VisualizationRenderer.ObjectVertex
public class VisualizationRenderer.ObjectVertex
Class holding information about vertex representing an object node. These vertices need to be removed from graphs before creation of a tree layout and then returned back. This class hold all necessary information needed to return the vertex back to its graph(s). Additional information about vertex such as color, label, etc. were not deleted.
| Field Summary | |
|---|---|
HashSet<Integer> |
graphs
Graphs the vertex belongs to. |
int |
id
ID of vertex representing object node. |
HashMap<Integer,Integer> |
slots
ID of slot vertices this vertex is connected to. |
| Constructor Summary | |
|---|---|
VisualizationRenderer.ObjectVertex(int _id)
Instantiate the class by providing the ID of a new vertex. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int id
public HashSet<Integer> graphs
public HashMap<Integer,Integer> slots
| Constructor Detail |
|---|
public VisualizationRenderer.ObjectVertex(int _id)
_id - Unique ID of the vertex representing the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||