uk.ac.essex.ia.opview.xml
Class GraphItem

java.lang.Object
  extended by uk.ac.essex.ia.opview.xml.GraphItem
All Implemented Interfaces:
java.io.Serializable

public class GraphItem
extends java.lang.Object
implements java.io.Serializable

Class GraphItem.

See Also:
Serialized Form

Constructor Summary
GraphItem()
           
 
Method Summary
 Cell getCell()
          Returns the value of field 'cell'.
 java.lang.Object getChoiceValue()
          Returns the value of field 'choiceValue'.
 Edge getEdge()
          Returns the value of field 'edge'.
 void setCell(Cell cell)
          Sets the value of field 'cell'.
 void setEdge(Edge edge)
          Sets the value of field 'edge'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphItem

public GraphItem()
Method Detail

getCell

public Cell getCell()
Returns the value of field 'cell'.

Returns:
the value of field 'Cell'.

getChoiceValue

public java.lang.Object getChoiceValue()
Returns the value of field 'choiceValue'. The field 'choiceValue' has the following description: Internal choice value storage

Returns:
the value of field 'ChoiceValue'.

getEdge

public Edge getEdge()
Returns the value of field 'edge'.

Returns:
the value of field 'Edge'.

setCell

public void setCell(Cell cell)
Sets the value of field 'cell'.

Parameters:
cell - the value of field 'cell'.

setEdge

public void setEdge(Edge edge)
Sets the value of field 'edge'.

Parameters:
edge - the value of field 'edge'.