jcreek.cke.graph
Interface Edge

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Implementing Classes:
VisualRelation

public interface Edge
extends java.io.Serializable, java.lang.Cloneable


Method Summary
 Node getHead()
           
 Relation getRelation()
           
 Node getTail()
           
 boolean isSelected()
           
 void setSelected(boolean state)
           
 

Method Detail

getHead

public Node getHead()

getTail

public Node getTail()

setSelected

public void setSelected(boolean state)

isSelected

public boolean isSelected()

getRelation

public Relation getRelation()


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