Uses of Class
jcreek.cke.conceptview.VisualEntity

Packages that use VisualEntity
jcreek.cke.command   
jcreek.cke.conceptview   
jcreek.cke.graph   
jcreek.cke.tool   
jcreek.cke.util   
jcreek.cke.visualizer   
 

Uses of VisualEntity in jcreek.cke.command
 

Fields in jcreek.cke.command declared as VisualEntity
protected  VisualEntity NewRelationCommand.head
           
protected  VisualEntity NewRelationCommand.tail
           
 

Methods in jcreek.cke.command that return VisualEntity
 VisualEntity CutAction.getVisualEntity(VisualEntity ve, VertexList vl)
           
 VisualEntity CopyAction.getVisualEntity(VisualEntity ve, VertexList vl)
           
 

Methods in jcreek.cke.command with parameters of type VisualEntity
 void SubModelAction.displaySubModel(Visualizer win, VisualEntity selEnt)
           
 boolean CutAction.isSelected(VisualRelation vr, VisualEntity[] ves)
           
 VisualEntity CutAction.getVisualEntity(VisualEntity ve, VertexList vl)
           
 boolean CopyAction.isSelected(VisualRelation vr, VisualEntity[] ves)
           
 VisualEntity CopyAction.getVisualEntity(VisualEntity ve, VertexList vl)
           
 

Constructors in jcreek.cke.command with parameters of type VisualEntity
NewRelationCommand(CreekDocument doc, RelationType rcd, VisualEntity head, VisualEntity tail)
           
ActivateEntityCommand(CreekDocument doc, VisualEntity ve)
          Constructor for this command.
 

Uses of VisualEntity in jcreek.cke.conceptview
 

Fields in jcreek.cke.conceptview declared as VisualEntity
 VisualEntity VisualRelation.from
           
 VisualEntity VisualRelation.to
           
protected  VisualEntity DrawingSurface.rootEnt
           
 

Methods in jcreek.cke.conceptview that return VisualEntity
 VisualEntity VisualRelation.getTo()
           
 VisualEntity VisualRelation.getFrom()
           
 VisualEntity DrawingSurface.findVisualEntity(double x, double y)
           
 VisualEntity DrawingSurface.getRoot()
           
 VisualEntity ConceptView.findVisualEntity(double x, double y)
           
 VisualEntity ConceptView.getRoot()
           
 

Methods in jcreek.cke.conceptview with parameters of type VisualEntity
 void DrawingSurface.setRoot(VisualEntity vent)
           
 DPoint DrawingSurface.activateEntity(VisualEntity activator)
           
 DPoint ConceptView.activateEntity(VisualEntity activator)
           
 void ConceptView.setRoot(VisualEntity vent)
           
 

Constructors in jcreek.cke.conceptview with parameters of type VisualEntity
VisualRelation(VisualEntity from, VisualEntity to, Relation r)
           
 

Uses of VisualEntity in jcreek.cke.graph
 

Methods in jcreek.cke.graph that return VisualEntity
 VisualEntity VertexList.get(int index)
          Get the VisualEntity stored at the specified index in the list.
 VisualEntity[] GraphModel.getSelectedEntities()
          Gets the list of the selected entities in the graph.
 VisualEntity GraphModel.findVisualEntity(Entity e)
           
 VisualEntity[] CreekModel.getSelectedEntities()
           
 VisualEntity CreekModel.findVisualEntity(Entity e)
           
 

Methods in jcreek.cke.graph with parameters of type VisualEntity
 void VertexList.add(VisualEntity node)
          Add a new VisualEntity to this list.
 int VertexList.indexOf(VisualEntity node)
          Find the index of the element in the list.
 boolean VertexList.remove(VisualEntity nodeToRemove)
          Removes the specified element from the list given the VisualEntity itself.
 RelationList RelationList.find(VisualEntity v)
          Returns all the edges that are connected to the given vertex.
 boolean GraphModel.addEntity(VisualEntity node)
           
 void GraphModel.removeEntity(VisualEntity node)
          Remove a node from the model.
 void GraphModel.setSelected(VisualEntity v, boolean s)
          Set the given entity to the selected state given.
 Relation[] GraphModel.getActiveRelations(VisualEntity ved)
          Return the reference to the entity list contained in this graph.
 VisualRelation[] GraphModel.getActiveVisualRelations(VisualEntity ved)
           
 boolean CreekModel.addEntity(VisualEntity node)
           
 void CreekModel.removeEntity(VisualEntity node)
           
 void CreekModel.setSelected(VisualEntity v, boolean s)
           
 Relation[] CreekModel.getActiveRelations(VisualEntity ved)
           
 

Constructors in jcreek.cke.graph with parameters of type VisualEntity
VertexList(VisualEntity[] veList)
          creates the vector to hold the list of vertices.
 

Uses of VisualEntity in jcreek.cke.tool
 

Fields in jcreek.cke.tool declared as VisualEntity
protected  VisualEntity ZoomTool.pressVertex
          Vertex the user pressed on in mousePressed().
protected  VisualEntity ZoomTool.propVertex
          Vertex the rightClicked.
protected  VisualEntity MoveTool.pressVertex
          Vertex the user pressed on in mousePressed().
protected  VisualEntity MoveTool.propVertex
          Vertex the rightClicked.
protected  VisualEntity BuildTool.pressVertex
          Vertex the user pressed on in mousePressed().
protected  VisualEntity BuildTool.propVertex
          Vertex the rightClicked.
protected  VisualEntity BuildTool.targetVertex
          Vertex the mouse is currently over during the adding of an edge.
 

Methods in jcreek.cke.tool that return VisualEntity
protected  VisualEntity ZoomTool.findNode(int x, int y)
          Find an entity close to the given x,y position.
 VisualEntity ZoomTool.activateEntity(Entity ed, VisualEntity activator)
           
protected  VisualEntity MoveTool.findNode(int x, int y)
          Find an entity close to the given x,y position.
 VisualEntity MoveTool.activateEntity(Entity ed, VisualEntity activator)
           
 VisualEntity MoveTool.getVisualEntity(VisualEntity ve, VertexList vl)
           
protected  VisualEntity BuildTool.findNode(int x, int y)
          Find an entity close to the given x,y position.
 VisualEntity BuildTool.activateEntity(Entity ed, VisualEntity activator)
           
 

Methods in jcreek.cke.tool with parameters of type VisualEntity
protected  void ZoomTool.toggleRelation(VisualEntity e, java.lang.String relationName)
           
 VisualEntity ZoomTool.activateEntity(Entity ed, VisualEntity activator)
           
protected  void MoveTool.toggleRelation(VisualEntity e, java.lang.String relationName)
           
 VisualEntity MoveTool.activateEntity(Entity ed, VisualEntity activator)
           
 boolean MoveTool.isSelected(VisualRelation vr, VisualEntity[] ves)
           
 VisualEntity MoveTool.getVisualEntity(VisualEntity ve, VertexList vl)
           
protected  void BuildTool.toggleRelation(VisualEntity e, java.lang.String relationName)
           
 VisualEntity BuildTool.activateEntity(Entity ed, VisualEntity activator)
           
 

Uses of VisualEntity in jcreek.cke.util
 

Methods in jcreek.cke.util that return VisualEntity
 VisualEntity EntitySelection.getVisualEntity(VisualEntity ve, VertexList vl)
           
 

Methods in jcreek.cke.util with parameters of type VisualEntity
 VisualEntity EntitySelection.getVisualEntity(VisualEntity ve, VertexList vl)
           
 

Uses of VisualEntity in jcreek.cke.visualizer
 

Fields in jcreek.cke.visualizer declared as VisualEntity
protected  VisualEntity DragTool.pressVertex
          Vertex the user pressed on in mousePressed().
 

Methods in jcreek.cke.visualizer with parameters of type VisualEntity
protected  void SubModelDialog.checkList(VisualEntity ve)
           
 

Constructors in jcreek.cke.visualizer with parameters of type VisualEntity
SubModelDialog(java.awt.Frame owner, VisualEntity selEntity)
           
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group