fbench.graph.model
Class ECC

java.lang.Object
  extended by fbench.dom.ElementModel
      extended by fbench.graph.model.GraphModel
          extended by fbench.graph.model.ECC

public class ECC
extends GraphModel

A GraphModel for an IEC 61499 ECC Element.

Version:
20051028/JHC
Author:
JHC

Constructor Summary
ECC()
           
ECC(org.w3c.dom.Element el)
           
 
Method Summary
 java.util.Vector getGraph()
          Returns a Vector of GraphElements (if any) to be used for drawing the graph of the contained Element.
 ECState getStateAt(java.awt.Point p)
           
 
Methods inherited from class fbench.graph.model.GraphModel
canAccept, forElement
 
Methods inherited from class fbench.dom.ElementModel
equals, forElement, getComment, getElement, getName, getType, isDigit, isLetter, isName, setElement, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ECC

public ECC()

ECC

public ECC(org.w3c.dom.Element el)
Method Detail

getGraph

public java.util.Vector getGraph()
Description copied from class: GraphModel
Returns a Vector of GraphElements (if any) to be used for drawing the graph of the contained Element. Default is the GraphElements (if any) corresponding to the children of the contained Element.

Overrides:
getGraph in class GraphModel

getStateAt

public ECState getStateAt(java.awt.Point p)