|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessType | |
|---|---|
| visidia.simulation | |
| visidia.simulation.command | |
| visidia.simulation.process | |
| visidia.simulation.server | |
| Uses of ProcessType in visidia.simulation |
|---|
| Methods in visidia.simulation that return ProcessType | |
|---|---|
ProcessType |
Console.getProcess(int processId)
Gets a process. |
| Uses of ProcessType in visidia.simulation.command |
|---|
| Methods in visidia.simulation.command with parameters of type ProcessType | |
|---|---|
void |
CommandListener.pulseChanged(ProcessType sender,
int pulse)
Pulse changed. |
| Uses of ProcessType in visidia.simulation.process |
|---|
| Subclasses of ProcessType in visidia.simulation.process | |
|---|---|
class |
AgentProcess
This class represents a communication process based on mobile agents. |
class |
MessageProcess
This class represents a communication process based on message passing. |
| Uses of ProcessType in visidia.simulation.server |
|---|
| Methods in visidia.simulation.server that return ProcessType | |
|---|---|
ProcessType |
Server.getProcess(int processId)
Gets the process. |
| Methods in visidia.simulation.server with parameters of type ProcessType | |
|---|---|
void |
Server.addProcess(ProcessType proc)
Adds a process. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||