Uses of Class
jcreek.cke.graph.RelationList

Packages that use RelationList
jcreek.cke.command   
jcreek.cke.conceptview   
jcreek.cke.graph   
jcreek.cke.tool   
jcreek.cke.util   
 

Uses of RelationList in jcreek.cke.command
 

Fields in jcreek.cke.command declared as RelationList
protected  RelationList PasteCommand.relations
           
protected  RelationList DeleteRelationCommand.delRelation
          Entity to be Deactivated.
protected  RelationList CutCommand.remRelation
           
 

Methods in jcreek.cke.command with parameters of type RelationList
protected  void PasteCommand.resetRelations(RelationList rl)
           
 

Constructors in jcreek.cke.command with parameters of type RelationList
PasteCommand(CreekDocument doc, VertexList ve, RelationList rl, java.awt.Point loc)
           
DeleteRelationCommand(CreekDocument doc, RelationList vr)
           
 

Uses of RelationList in jcreek.cke.conceptview
 

Methods in jcreek.cke.conceptview with parameters of type RelationList
 void DrawingSurface.dataChanged(VertexList vl, RelationList rl)
          Deprectaed, use setGraph()
 void ConceptView.dataChanged(VertexList vl, RelationList rl)
           
 

Uses of RelationList in jcreek.cke.graph
 

Methods in jcreek.cke.graph that return RelationList
 RelationList RelationList.copy()
          Makes a deep copy of this relation list, cloning each of the vertices in the list.
 RelationList RelationList.find(VisualEntity v)
          Returns all the edges that are connected to the given vertex.
 RelationList GraphModel.getRelations()
           
 RelationList CreekModel.getRelations()
           
 

Methods in jcreek.cke.graph with parameters of type RelationList
 void RelationList.join(RelationList list)
          Combines the elements from list into this list of relations.
 boolean GraphModel.addRelationList(RelationList relations)
          Add the given list of relations to the graph.
 boolean GraphModel.removeRelationList(RelationList edges)
           
 boolean GraphModel.deleteRelationList(RelationList edges)
           
 void GraphModel.selectRelations(boolean state, RelationList rList)
          Mark all of the edges in the graph as selected.
 boolean CreekModel.addRelationList(RelationList relations)
           
 boolean CreekModel.removeRelationList(RelationList edges)
           
 boolean CreekModel.deleteRelationList(RelationList edges)
           
 void CreekModel.selectRelations(boolean state, RelationList rList)
           
 

Constructors in jcreek.cke.graph with parameters of type RelationList
DefaultGraph(VertexList vList, RelationList rList)
           
 

Uses of RelationList in jcreek.cke.tool
 

Methods in jcreek.cke.tool with parameters of type RelationList
protected  void MoveTool.initialiseRelations(RelationList rl)
           
 

Uses of RelationList in jcreek.cke.util
 

Fields in jcreek.cke.util declared as RelationList
protected  RelationList SelectionSet.rl
           
 

Methods in jcreek.cke.util that return RelationList
 RelationList SelectionSet.getRelationList()
           
 

Constructors in jcreek.cke.util with parameters of type RelationList
SelectionSet(VertexList vl, RelationList rl)
           
 



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