fbench.graph.model
Class System

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

public class System
extends GraphModel

A GraphModel for an IEC 61499 System Element.

Version:
20050825/JHC
Author:
JHC

Constructor Summary
System()
           
System(org.w3c.dom.Element el)
           
 
Method Summary
 boolean canAccept(java.lang.String filename)
          Returns true if the graph represented by this model can accept a new LibraryElement stored with the given file name.
 
Methods inherited from class fbench.graph.model.GraphModel
forElement, getGraph
 
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

System

public System()

System

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

canAccept

public boolean canAccept(java.lang.String filename)
Description copied from class: GraphModel
Returns true if the graph represented by this model can accept a new LibraryElement stored with the given file name. This is typically done by checking the file suffix. The default value is false .

Overrides:
canAccept in class GraphModel