|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.data.Token
ptolemy.data.ActorToken
public class ActorToken
A token that contains an actor. This token allows components to be moved around in a model. One subtlety is that actors are not, generally immutable objects. In order to prevent the actor transmitted from appearing in multiple places in a model, and the semantic fuzziness that would result, the actor is always cloned when being retrieved from this token.
Red (cxh) |
Red (cxh) |
Field Summary | |
---|---|
private Entity |
_entity
|
static Type |
TYPE
Singleton reference to this type. |
Fields inherited from class ptolemy.data.Token |
---|
NIL |
Constructor Summary | |
---|---|
ActorToken(Entity entity)
Construct an ActorToken. |
Method Summary | |
---|---|
Entity |
getEntity()
Return a clone of the entity contained by this token. |
Entity |
getEntity(Workspace workspace)
Return a clone of the entity contained by this token. |
void |
getMoML(java.io.Writer output)
Output the MoML of the enclosed entity to the given writer. |
Type |
getType()
Return the type of this token. |
BooleanToken |
isCloseTo(Token rightArgument,
double epsilon)
Test for closeness of the values of this Token and the argument Token. |
BooleanToken |
isEqualTo(Token token)
Model 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, 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 Entity _entity
Constructor Detail |
---|
public ActorToken(Entity entity) throws IllegalActionException
entity
- The entity that this Token contains.
IllegalActionException
- If cloning the entity fails.Method Detail |
---|
public Entity getEntity()
public Entity getEntity(Workspace workspace)
workspace
- The workspace that the returned entity is in.
public void getMoML(java.io.Writer output) throws java.io.IOException
output
- The writer to which the MoML is output.
java.io.IOException
- If an I/O error occurs.public Type getType()
getType
in class Token
public BooleanToken isCloseTo(Token rightArgument, double epsilon) throws IllegalActionException
isCloseTo
in class Token
rightArgument
- The token to compare to this token.epsilon
- This argument is ignored in this method.
IllegalActionException
- If thrown by
isEqualTo(Token)
.public BooleanToken isEqualTo(Token token) throws IllegalActionException
isEqualTo
in class Token
token
- 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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |