public class AnnexUnparserProxy extends AnnexProxy implements AnnexUnparser
Constructor and Description |
---|
AnnexUnparserProxy(org.eclipse.core.runtime.IConfigurationElement configElem) |
Modifier and Type | Method and Description |
---|---|
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.
|
public AnnexUnparserProxy(org.eclipse.core.runtime.IConfigurationElement configElem)
configElem
- 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.