fbench.graph.model
Class FBType

java.lang.Object
  extended by fbench.dom.ElementModel
      extended by fbench.graph.model.GraphModel
          extended by fbench.graph.model.FBType
Direct Known Subclasses:
AdapterType, DeviceType, ResourceType

public class FBType
extends GraphModel

A GraphModel for the interface of an FBType element.

Version:
20050926/JHC
Author:
JHC

Constructor Summary
FBType()
           
FBType(org.w3c.dom.Element el)
           
 
Method Summary
 java.util.Vector getGraph()
          Returns the GraphElements to draw the FBType's outline and its I/O declarations.
 
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

FBType

public FBType()

FBType

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

getGraph

public java.util.Vector getGraph()
Returns the GraphElements to draw the FBType's outline and its I/O declarations.

Overrides:
getGraph in class GraphModel