public abstract class Token extends FumlObject
| Modifier and Type | Field and Description |
|---|---|
ActivityNodeActivation |
holder |
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
abstract Token |
copy() |
abstract boolean |
equals(Token other) |
abstract Value |
getValue() |
abstract boolean |
isControl() |
boolean |
isWithdrawn() |
Token |
transfer(ActivityNodeActivation holder) |
void |
withdraw() |
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespacepublic ActivityNodeActivation holder
public Token transfer(ActivityNodeActivation holder)
public void withdraw()
public abstract boolean equals(Token other)
public abstract Token copy()
public boolean isWithdrawn()
public abstract boolean isControl()
public abstract Value getValue()
Copyright © 2016. All rights reserved.