|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CaGeOutlet
An interface common to all possible types of output in CaGe, i.e. all the writers and viewers.
| Method Summary | |
|---|---|
int |
getDimension()
Returns the dimension which is needed for this outlet. |
void |
outputResult(CaGeResult result)
Does the actual output of a result. |
void |
setDimension(int d)
Sets the dimension for which this outlet will be used. |
void |
setGeneratorInfo(GeneratorInfo generatorInfo)
Sets the generator info provided for this outlet. |
void |
stop()
Called when this outlet is no longer needed. |
| Method Detail |
|---|
void setGeneratorInfo(GeneratorInfo generatorInfo)
GeneratorInfo.isReembed2DEnabled().
generatorInfo - the generator info provided for this outletvoid setDimension(int d)
RunTimeException when d is an unsupported
dimension.
d - The dimension for which this outlet will be usedint getDimension()
void outputResult(CaGeResult result)
CaGeResult object, as input and performs the method
of output specific to this outlet.
result - a CaGeResult object that needs to be
outputted.void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||