|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.service.formats.GraphFormatData
public class GraphFormatData
Data type used to store information for a graph format.
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 |
---|
public GraphFormatData()
Method Detail |
---|
public String getId()
getId
in interface ILayoutData
public void setId(String theid)
setId
in interface ILayoutData
theid
- the identifier to setpublic String getName()
getName
in interface ILayoutData
public void setName(String thename)
setName
in interface ILayoutData
thename
- the name to setpublic String getDescription()
getDescription
in interface ILayoutData
public void setDescription(String thedescription)
setDescription
in interface ILayoutData
thedescription
- the description to setpublic ITransformationHandler<?> getHandler()
public void setHandler(ITransformationHandler<?> thehandler)
thehandler
- the graph transformation handlerpublic String[] getExtensions()
public void setExtensions(String[] theextensions)
theextensions
- the file extensions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |