ptolemy.codegen.util
Interface PartialResult

All Known Implementing Classes:
DynamicResult, StaticResult

public interface PartialResult

A dynamic result. Used the PartialResult interface is used in DE code generation.

Since:
Ptolemy II 8.0
Version:
$Id: PartialResult.java 57044 2010-01-27 22:41:05Z cxh $
Author:
Man-Kit Leung
Accepted Rating:
Red (mankit)
Proposed Rating:
Red (mankit)

Method Summary
 java.lang.Object getResult()
          Return the result.
 boolean isStatic()
          Return true if the result is static, false if dynamic.
 

Method Detail

getResult

java.lang.Object getResult()
Return the result.

Returns:
the result.

isStatic

boolean isStatic()
Return true if the result is static, false if dynamic.

Returns:
Return true if the result is static, false if dynamic.