|
||||||||||
| 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.Container
public class Container
A container in the S-apl sense, a container contains zero or more statements. A container can act as both a subject or predicate of a statement.
| Field Summary |
|---|
| Fields inherited from class ubiware.util.saplbuilder.StatementContainer |
|---|
statements |
| Constructor Summary | |
|---|---|
Container()
Creates a container with the default initial capacity of 5. |
|
Container(int initialCapacity)
Creates a container with the given initial capacity. |
|
| Method Summary | |
|---|---|
void |
generateSapl(java.lang.StringBuilder builder)
Generates a S-apl representation of this container. |
| 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 Container()
public Container(int initialCapacity)
initialCapacity - | Method Detail |
|---|
public void generateSapl(java.lang.StringBuilder builder)
generateSapl in interface ObjectgenerateSapl in interface SubjectgenerateSapl in class StatementContainerbuilder - The StringBuilder on which the representation must be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||