|
|||||||||||
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.
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 |
Constructor Detail |
public AbstractUnparseModule()
public AbstractUnparseModule(java.lang.String mainFsaName)
mainFsaName
- No description providedMethod Detail |
public abstract FSAObject create(FSAObject parent, LogicUnparseInterface incr)
create
in interface UnparseInterface
parent
- No description providedincr
- No description provided
public void remove(FSAObject object, LogicUnparseInterface incr)
remove
in interface UnparseInterface
object
- No description providedincr
- No description providedpublic java.lang.String getMainFsaName()
getMainFsaName
in interface UnparseInterface
public void getChildProperties(java.util.Set props)
getChildProperties
in interface UnparseInterface
props
- No description providedpublic void getPartnerProperties(java.util.Set props)
getPartnerProperties
in interface UnparseInterface
props
- No description providedpublic java.lang.String getContainerForProperty(java.lang.String property)
getContainerForProperty
in interface UnparseInterface
property
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |