Package | Description |
---|---|
spdfcore |
package contains components to build an application graph.
|
Modifier and Type | Field and Description |
---|---|
private Actor.ActorType |
Actor.actorType
Type of an actor
|
Modifier and Type | Method and Description |
---|---|
Actor.ActorType |
Actor.getActorType()
Get Actor type.
|
static Actor.ActorType |
Actor.ActorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Actor.ActorType[] |
Actor.ActorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Actor.setActorType(Actor.ActorType actorType)
Set Actor type.
|
Constructor and Description |
---|
Actor(java.lang.String function,
java.lang.String name,
int execTime,
Actor.ActorType actorType)
Initialize an actor
|