de.cau.cs.kieler.kiml.service.formats
Class GraphFormatData

java.lang.Object
  extended by de.cau.cs.kieler.kiml.service.formats.GraphFormatData
All Implemented Interfaces:
ILayoutData

public class GraphFormatData
extends Object
implements ILayoutData

Data type used to store information for a graph format.

Rating red

Constructor Summary
GraphFormatData()
           
 
Method Summary
 String getDescription()
          Returns the description.
 String[] getExtensions()
          Returns the file extensions for this graph format.
 ITransformationHandler<?> getHandler()
          Returns the graph transformation handler for this graph format.
 String getId()
          Returns the identifier.
 String getName()
          Returns the name.
 void setDescription(String thedescription)
          Sets the description.
 void setExtensions(String[] theextensions)
          Sets the file extensions.
 void setHandler(ITransformationHandler<?> thehandler)
          Sets the graph transformation handler.
 void setId(String theid)
          Sets the identifier.
 void setName(String thename)
          Sets the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphFormatData

public GraphFormatData()
Method Detail

getId

public String getId()
Returns the identifier.

Specified by:
getId in interface ILayoutData
Returns:
the identifier

setId

public void setId(String theid)
Sets the identifier.

Specified by:
setId in interface ILayoutData
Parameters:
theid - the identifier to set

getName

public String getName()
Returns the name.

Specified by:
getName in interface ILayoutData
Returns:
the name

setName

public void setName(String thename)
Sets the name.

Specified by:
setName in interface ILayoutData
Parameters:
thename - the name to set

getDescription

public String getDescription()
Returns the description.

Specified by:
getDescription in interface ILayoutData
Returns:
the description

setDescription

public void setDescription(String thedescription)
Sets the description.

Specified by:
setDescription in interface ILayoutData
Parameters:
thedescription - the description to set

getHandler

public ITransformationHandler<?> getHandler()
Returns the graph transformation handler for this graph format.

Returns:
the graph transformation handler

setHandler

public void setHandler(ITransformationHandler<?> thehandler)
Sets the graph transformation handler.

Parameters:
thehandler - the graph transformation handler

getExtensions

public String[] getExtensions()
Returns the file extensions for this graph format.

Returns:
the file extensions

setExtensions

public void setExtensions(String[] theextensions)
Sets the file extensions.

Parameters:
theextensions - the file extensions