|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectubiware.util.saplbuilder.StatementContainer
ubiware.util.saplbuilder.SaplDocument
public class SaplDocument
A SaplDocument is an consistent representation of a s-apl document
| Field Summary |
|---|
| Fields inherited from class ubiware.util.saplbuilder.StatementContainer |
|---|
statements |
| Constructor Summary | |
|---|---|
SaplDocument()
Creates a SaplDocument with the initial capacity equal to 5. |
|
SaplDocument(int initialCapacity)
Creates a SaplDocument with the initial capacity as specified. |
|
SaplDocument(StatementContainer sc)
Creates a SaplDocument filled with statements from the provided statement container |
|
| Method Summary | |
|---|---|
java.lang.String |
generateSapl()
Generate the S-apl representation of this SaplDocument in a String. |
void |
generateSapl(java.lang.StringBuilder builder)
generate a s-apl representation for the statements in this collection. |
| Methods inherited from class ubiware.util.saplbuilder.StatementContainer |
|---|
addStatement, addStatement, addStatements, iterator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SaplDocument()
public SaplDocument(StatementContainer sc)
public SaplDocument(int initialCapacity)
initialCapacity - the initial capacity of the document.| Method Detail |
|---|
public java.lang.String generateSapl()
public void generateSapl(java.lang.StringBuilder builder)
StatementContainer
generateSapl in class StatementContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||