Res - SimProcesses as Resource EntityProc - SimProcesses as processed Entity@Deprecated public class ProcessStationOldAnimation<Res extends EntityBasicAnimation,Proc extends EntityBasicAnimation> extends ModelComponent
| Constructor and Description |
|---|
ProcessStationOldAnimation(ModelAnimation owner,
java.lang.String name,
int nrOfResEntity,
java.lang.String defResEntityType,
Position pos,
FormExt form,
boolean showInAnimation)
Deprecated.
Build a ProcessStation.
|
ProcessStationOldAnimation(ModelAnimation owner,
java.lang.String name,
int nrOfResEntity,
java.lang.String defResEntityType,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Deprecated.
Build a ProcessStation.
|
ProcessStationOldAnimation(ModelAnimation owner,
java.lang.String name,
int nrOfResEntity,
java.lang.String defResEntityType,
Position pos,
FormExt form,
java.lang.String listId,
boolean showInAnimation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
insertProc(Proc e)
Deprecated.
insert an process e
|
boolean |
insertRes(Res e)
Deprecated.
insert an resource e
|
boolean |
removeProc(Proc e)
Deprecated.
remove an process e
|
boolean |
removeRes(Res e)
Deprecated.
remove an resource e
|
current, currentEntity, currentEntityAll, currentEvent, currentModel, currentSimProcess, debugIsOn, debugOff, debugOn, getModel, isExperimentCompatible, isModelCompatible, presentTime, sendDebugNote, sendMessage, sendTraceNote, sendWarning, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOngetName, getQuotedName, toStringpublic ProcessStationOldAnimation(ModelAnimation owner, java.lang.String name, int nrOfResEntity, java.lang.String defResEntityType, Position pos, FormExt form, boolean showInAnimation)
owner - name - nrOfResEntity - defResEntityType - pos - form - showInAnimation - @Deprecated public ProcessStationOldAnimation(ModelAnimation owner, java.lang.String name, int nrOfResEntity, java.lang.String defResEntityType, Position pos, FormExt form, java.lang.String listId, boolean showInAnimation)
owner - name - nrOfResEntity - defResEntityType - pos - form - listId - not usedshowInAnimation - public ProcessStationOldAnimation(ModelAnimation owner, java.lang.String name, int nrOfResEntity, java.lang.String defResEntityType, Position pos, FormExt form, ListInterface list, boolean showInAnimation)
owner - used modelname - name of process-stationpos - middle point of animation objectform - form of animation objectnrOfResEntity - max nr of resource-entitiesdefResEntityType - default resource-entity-typelist - queue from where process-entities are coming, maybe nullshowInAnimation - switch animation on or offpublic boolean insertRes(Res e)
e - public boolean removeRes(Res e)
e - public boolean insertProc(Proc e)
e - public boolean removeProc(Proc e)
e -