|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.codegen.util.DynamicResult
public class DynamicResult
A dynamic result. Used the PartialResult interface is used in DE code generation.
Red (mankit) |
Red (mankit) |
Field Summary | |
---|---|
private java.lang.Object |
_result
The result that is stored. |
Constructor Summary | |
---|---|
DynamicResult(java.lang.Object result)
Create a dynamic result object. |
Method Summary | |
---|---|
java.lang.Object |
getResult()
Return the result. |
boolean |
isStatic()
Return true if static. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object _result
Constructor Detail |
---|
public DynamicResult(java.lang.Object result)
result
- The result to be stored.Method Detail |
---|
public java.lang.Object getResult()
PartialResult
getResult
in interface PartialResult
public boolean isStatic()
isStatic
in interface PartialResult
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |