|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.data.Token
ptolemy.domains.gr.kernel.SceneGraphToken
public class SceneGraphToken
A token that contains a SceneGraph. This is used by the GR domain to get proper type checking across GR actors.
| Red (neuendor) |
| Red (neuendor) |
| Nested Class Summary | |
|---|---|
static class |
SceneGraphToken.SceneGraphType
The SceneGraphToken type. |
| Field Summary | |
|---|---|
private javax.media.j3d.Node |
_node
|
static Type |
TYPE
The type of a SceneGraphToken. |
| Fields inherited from class ptolemy.data.Token |
|---|
NIL |
| Constructor Summary | |
|---|---|
SceneGraphToken(javax.media.j3d.Node node)
Construct a SceneGraphToken. |
|
| Method Summary | |
|---|---|
javax.media.j3d.Node |
getSceneGraphNode()
Return the object contained by this token. |
Type |
getType()
Return the type of this token. |
BooleanToken |
isEqualTo(Token token)
Test for equality of the values of this Token and the argument Token. |
java.lang.String |
toString()
Return the value of this token as a string that can be parsed by the expression language to recover a token with the same value. |
| Methods inherited from class ptolemy.data.Token |
|---|
add, addReverse, divide, divideReverse, isCloseTo, isCloseTo, isNil, modulo, moduloReverse, multiply, multiplyReverse, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, one, pow, subtract, subtractReverse, zero, zeroReturnType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Type TYPE
private javax.media.j3d.Node _node
| Constructor Detail |
|---|
public SceneGraphToken(javax.media.j3d.Node node)
node - The node.| Method Detail |
|---|
public javax.media.j3d.Node getSceneGraphNode()
public Type getType()
getType in class Token
public BooleanToken isEqualTo(Token token)
throws IllegalActionException
isEqualTo in class Tokentoken - The token with which to test equality.
IllegalActionException - If this method is not
supported by the derived class.public java.lang.String toString()
toString in class Token
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||