|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.fsa.unparse.AbstractUnparseModule
No comment provided by developer, please add a comment to improve documentation.
| Field Summary | |
private java.lang.String |
mainFsaName
No comment provided by developer, please add a comment to improve documentation. |
| Constructor Summary | |
AbstractUnparseModule()
Constructor for class AbstractUnparseModule |
|
AbstractUnparseModule(java.lang.String mainFsaName)
Constructor for class AbstractUnparseModule |
|
| Method Summary | |
abstract FSAObject |
create(FSAObject parent,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
void |
getChildProperties(java.util.Set props)
Get the childProperties attribute of the AbstractUnparseModule object |
java.lang.String |
getContainerForProperty(java.lang.String property)
maps propertyNames to the names of the components they should be unparsed to. |
java.lang.String |
getMainFsaName()
basically this is the name of the main component for the Increment It is used to identify where to unparse that increment to |
void |
getPartnerProperties(java.util.Set props)
Get the partnerProperties attribute of the AbstractUnparseModule object |
void |
remove(FSAObject object,
LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String mainFsaName
| Constructor Detail |
public AbstractUnparseModule()
public AbstractUnparseModule(java.lang.String mainFsaName)
mainFsaName - No description provided| Method Detail |
public abstract FSAObject create(FSAObject parent,
LogicUnparseInterface incr)
create in interface UnparseInterfaceparent - No description providedincr - No description provided
public void remove(FSAObject object,
LogicUnparseInterface incr)
remove in interface UnparseInterfaceobject - No description providedincr - No description providedpublic java.lang.String getMainFsaName()
getMainFsaName in interface UnparseInterfacepublic void getChildProperties(java.util.Set props)
getChildProperties in interface UnparseInterfaceprops - No description providedpublic void getPartnerProperties(java.util.Set props)
getPartnerProperties in interface UnparseInterfaceprops - No description providedpublic java.lang.String getContainerForProperty(java.lang.String property)
getContainerForProperty in interface UnparseInterfaceproperty - No description provided
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||