de.uni_paderborn.fujaba.fsa.unparse
Interface UnparseInterface

All Known Implementing Classes:
AbstractUnparseModule

public interface UnparseInterface

UMLClass: 'UnparseInterface'

Version:
$Revision: 1.12 $
Author:
$Author: lowende $

Method Summary
 FSAObject create(FSAObject parent, LogicUnparseInterface incr)
          UMLMethod: '+ create (parent : FSAObject) : Void'
 void getChildProperties(java.util.Set props)
          Get the childProperties attribute of the UnparseInterface object
 java.lang.String getContainerForProperty(java.lang.String property)
          You must return the propertyname for the container which contains the fsaobjects for the specified property.
 java.lang.String getMainFsaName()
          You must return the propertyname for the hierachical topmost fsaobject you create for the increment.
 void getPartnerProperties(java.util.Set props)
          Get the partnerProperties attribute of the UnparseInterface object
 void remove(FSAObject target, LogicUnparseInterface incr)
          No comment provided by developer, please add a comment to improve documentation.
 

Method Detail

create

public FSAObject create(FSAObject parent,
                        LogicUnparseInterface incr)
UMLMethod: '+ create (parent : FSAObject) : Void'

Parameters:
parent - No description provided
incr - No description provided
Returns:
No description provided

remove

public void remove(FSAObject target,
                   LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
target - No description provided
incr - No description provided

getMainFsaName

public java.lang.String getMainFsaName()
You must return the propertyname for the hierachical topmost fsaobject you create for the increment. If this explanation confuse you, you are not alone :-)

Returns:
the string

getChildProperties

public void getChildProperties(java.util.Set props)
Get the childProperties attribute of the UnparseInterface object

Parameters:
props - No description provided

getPartnerProperties

public void getPartnerProperties(java.util.Set props)
Get the partnerProperties attribute of the UnparseInterface object

Parameters:
props - No description provided

getContainerForProperty

public java.lang.String getContainerForProperty(java.lang.String property)
You must return the propertyname for the container which contains the fsaobjects for the specified property.

Parameters:
property - the propertyname
Returns:
the string