Uses of Class
fbench.graph.GraphElement

Packages that use GraphElement
fbench.graph   
 

Uses of GraphElement in fbench.graph
 

Subclasses of GraphElement in fbench.graph
 class AdapterDeclaration
          A GraphNode encapsulating an AdapterDeclaration element.
 class AdapterType
          A graphic element that encapsulates an ElementModel for an IEC 61499 AdapterType library Element.
 class AlgorithmComponent
          GraphElement which provides the Language selection, Save, Cancel, and Display/Eedit of the algorithm in Text form
 class Connection
          A GraphEdge encsapsulating an IEC 61499 Connection element.
 class Device
          A graphical representation of a Device instance.
 class DeviceType
          A graphic element that encapsulates an ElementModel for an IEC 61499 DeviceType library Element.
 class ECState
          A graphic element representing an ECC state, which encapsulates an ElementModel for an IEC 61499 ECState Element.
 class ECTransition
          A GraphEdge encsapsulating an IEC 61499 ECTransition element.
 class Event
          A GraphNode encapsulating an Event declaration element.
 class FB
          A graphic element representing a Function Block, which encapsulates an ElementModel for an IEC 61499 FB Element.
 class FBType
          A graphic element that encapsulates an ElementModel for an IEC 61499 FBType library Element.
 class GraphEdge
          An edge of a directed graph.
 class GraphNode
          A node of a directed graph.
 class InputPrimitive
          A GraphNode containing the label for an InputPrimitive of a ServiceSequence.
 class IOLink
          A graphical representation of the link between an I/O name and its type.
 class Link
          A graphical representation of a network Link.
 class OutputPrimitive
          A GraphNode containing the label for an OutputPrimitive of a ServiceSequence.
 class Parameter
          A GraphNode encsapsulating an IEC 61499 Parameter input of an FB, Device or Resource.
 class Plug
          A graphic element representing a Plug, which encapsulates an ElementModel for an IEC 61499 AdapterDeclaration Element.
 class Resource
          A graphical representation of a Resource instance.
 class ResourceType
          A graphic element that encapsulates an ElementModel for an IEC 61499 ResourceType library Element.
 class Segment
          A graphical representation of a network Segment.
 class ServiceBounds
          A GraphEdge for drawing the left and right boundaries of a ServiceSequence.
 class ServiceLink
          A link between ServicePrimitives.
 class ServiceSequence
          A GraphNode containing the labels for a ServiceSequence.
 class ServiceTransaction
          A GraphNode which encapsulates an ElementModel for an IEC 61499 ServiceTransaction Element.
 class Socket
          A graphic element representing a Socket, which encapsulates an ElementModel for an IEC 61499 AdapterDeclaration Element.
 class VarDeclaration
          A GraphNode encapsulating a VarDeclaration element.
 class VersionInfo
          A GraphElement encapsulating multiple VersionInfo elements.
 class WithLink
          A graphical representation of the vertical line between an Event and its WITH associations.
 

Methods in fbench.graph that return GraphElement
static GraphElement GraphElement.forElement(org.w3c.dom.Element el)
          Returns a GraphElement encapsulating the given DOM Element, or null if no such GraphElement exists.
 GraphElement ViewModel.getSelectedGraphElement()
           
 

Constructors in fbench.graph with parameters of type GraphElement
Parameter(org.w3c.dom.Element el, GraphElement destContainer)
          Initializes and returns a new graphic Parameter instance.