Uses of Class
jcreek.cke.conceptview.VisualRelation

Packages that use VisualRelation
jcreek.cke.command   
jcreek.cke.graph   
jcreek.cke.tool   
 

Uses of VisualRelation in jcreek.cke.command
 

Fields in jcreek.cke.command declared as VisualRelation
protected  VisualRelation DeactivateRelationCommand.remRelation
          Relation added to model.
 

Methods in jcreek.cke.command with parameters of type VisualRelation
 boolean CutAction.isSelected(VisualRelation vr, VisualEntity[] ves)
           
 boolean CopyAction.isSelected(VisualRelation vr, VisualEntity[] ves)
           
 

Constructors in jcreek.cke.command with parameters of type VisualRelation
DeactivateRelationCommand(CreekDocument doc, VisualRelation vr)
           
ActivateRelationCommand(CreekDocument doc, VisualRelation vr)
           
 

Uses of VisualRelation in jcreek.cke.graph
 

Methods in jcreek.cke.graph that return VisualRelation
 VisualRelation RelationList.get(int index)
          Get the VisualRelation stored at the specified index in the list.
 VisualRelation GraphModel.findVisualRelation(Relation rel)
           
 VisualRelation[] GraphModel.getActiveVisualRelations(VisualEntity ved)
           
 VisualRelation CreekModel.findVisualRelation(Relation rel)
           
 

Methods in jcreek.cke.graph with parameters of type VisualRelation
 void RelationList.add(VisualRelation edge)
          Add a new VisualRelation to this list.
 int RelationList.indexOf(VisualRelation edge)
          Find the index of the element in the list.
 boolean RelationList.remove(VisualRelation edgeToRemove)
          Removes the specified element from the list given the VisualRelation itself.
 boolean GraphModel.addRelation(VisualRelation relation)
          Add a relation to the graph.
 boolean GraphModel.removeRelation(VisualRelation edgeToRemove)
          Remove an relation from the graph.
 void GraphModel.setSelected(VisualRelation e, boolean s)
          Set the given edge to the selected state given.
 boolean GraphModel.relationIsActive(VisualRelation vRelation)
           
 boolean CreekModel.addRelation(VisualRelation rel)
           
 boolean CreekModel.removeRelation(VisualRelation edgeToRemove)
           
 void CreekModel.setSelected(VisualRelation e, boolean s)
           
 

Constructors in jcreek.cke.graph with parameters of type VisualRelation
RelationList(VisualRelation[] relList)
          creates the vector to hold the list of relations.
 

Uses of VisualRelation in jcreek.cke.tool
 

Methods in jcreek.cke.tool with parameters of type VisualRelation
 boolean MoveTool.isSelected(VisualRelation vr, VisualEntity[] ves)
           
 



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