Proc
- SimProcesses as processed Entitypublic class ProcessStationResNoAnimation<Proc extends EntityBasicAnimation> extends ModelComponent
Constructor and Description |
---|
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation) |
ProcessStationResNoAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
java.lang.String listId,
boolean showInAnimation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getProcNames(int i)
Gives names of Proc entities in entry i.
|
java.util.List<java.lang.String> |
getResourceNames(int i)
Gives names of Res entities in entry i.
|
boolean |
insert(java.util.List<Proc> procEntities)
Create a new process entry with process entities.
|
int |
length()
Gives nr of entries in station.
|
EntryAnimation<Proc,EntityBasicAnimation> |
remove(Proc e)
Remove the process entry which contains the process entity e.
|
current, currentEntity, currentEntityAll, currentEvent, currentModel, currentSimProcess, debugIsOn, debugOff, debugOn, getModel, isExperimentCompatible, isModelCompatible, presentTime, sendDebugNote, sendMessage, sendTraceNote, sendWarning, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOn
getName, getQuotedName, toString
public ProcessStationResNoAnimation(ModelAnimation owner, java.lang.String name, Position pos, FormExt form, boolean showInAnimation)
owner
- name
- pos
- form
- showInAnimation
- public ProcessStationResNoAnimation(ModelAnimation owner, java.lang.String name, Comment comment, Position pos, FormExt form, boolean showInAnimation)
owner
- name
- comment
- pos
- form
- showInAnimation
- @Deprecated public ProcessStationResNoAnimation(ModelAnimation owner, java.lang.String name, Position pos, FormExt form, java.lang.String listId, boolean showInAnimation)
owner
- name
- pos
- form
- listId
- not usedshowInAnimation
- public ProcessStationResNoAnimation(ModelAnimation owner, java.lang.String name, Position pos, FormExt form, ListInterface list, boolean showInAnimation)
public ProcessStationResNoAnimation(ModelAnimation owner, java.lang.String name, Comment comment, Position pos, FormExt form, ListInterface list, boolean showInAnimation)
owner
- used modelname
- name of process-stationpos
- middle point of animation objectform
- form of animation objectlist
- queue from where process-entities are coming, maybe nullshowInAnimation
- switch animation on or offpublic boolean insert(java.util.List<Proc> procEntities)
procEntities
- Array of process entitiespublic EntryAnimation<Proc,EntityBasicAnimation> remove(Proc e)
e
- public int length()
public java.util.List<java.lang.String> getProcNames(int i)
i
- public java.util.List<java.lang.String> getResourceNames(int i)
i
-