|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sei.aadl.annex.DefaultAnnexUnparser
public class DefaultAnnexUnparser
This class is the default annex unparser. It processes objects of type DefaultAnnexLibrary and DefaultAnnexSubclause.
Constructor Summary | |
---|---|
DefaultAnnexUnparser()
|
Method Summary | |
---|---|
java.lang.String |
unparseAnnexLibrary(AnnexLibrary library,
java.lang.String indent)
Unparse an annex library element found in an AADL model. |
java.lang.String |
unparseAnnexSubclause(AnnexSubclause subclause,
java.lang.String indent)
Unarse an annex subclause element found in an AADL model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultAnnexUnparser()
Method Detail |
---|
public java.lang.String unparseAnnexLibrary(AnnexLibrary library, java.lang.String indent)
AnnexUnparser
unparseAnnexLibrary
in interface AnnexUnparser
library
- the annex library to unparse.indent
- initial indentation for each line.
public java.lang.String unparseAnnexSubclause(AnnexSubclause subclause, java.lang.String indent)
AnnexUnparser
unparseAnnexSubclause
in interface AnnexUnparser
subclause
- the source text string in the annex library.indent
- initial indentation for each line.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |