de.cau.cs.kieler.kiml
Interface ILayoutData

All Known Implementing Classes:
GraphFormatData, LayoutAlgorithmData, LayoutOptionData, LayoutTypeData

public interface ILayoutData

Interface for data holder classes that describe the layout infrastructure.

Rating yellow
(2011-02-01) reviewed by cmot, soh

Method Summary
 String getDescription()
          Returns the description.
 String getId()
          Returns the identifier.
 String getName()
          Returns the name.
 void setDescription(String description)
          Sets the description.
 void setId(String id)
          Sets the identifier.
 void setName(String name)
          Sets the name.
 

Method Detail

getId

String getId()
Returns the identifier.

Returns:
the identifier

setId

void setId(String id)
Sets the identifier.

Parameters:
id - the identifier to set

getName

String getName()
Returns the name.

Returns:
the name

setName

void setName(String name)
Sets the name.

Parameters:
name - the name to set

getDescription

String getDescription()
Returns the description.

Returns:
the description

setDescription

void setDescription(String description)
Sets the description.

Parameters:
description - the description to set