ubiware.util.saplbuilder
Interface Subject

All Known Implementing Classes:
Container, Literal, Resource, Variable

public interface Subject

Interface implemented by classes which can act as a subject of a statement.

Since:
17 Aug 2010
Author:
Michael Cochez for Ubiware project

Method Summary
 void generateSapl(java.lang.StringBuilder builder)
          Generate the s-apl representation for this subject.
 

Method Detail

generateSapl

void generateSapl(java.lang.StringBuilder builder)
Generate the s-apl representation for this subject.

Parameters:
builder - The StringBuilder on which the representation must be appended.