Proc
- SimProcesses as processed EntityRes
- SimProcesses as Resource Entitypublic class ProcessStationAnimation<Proc extends EntityBasicAnimation,Res extends EntityBasicAnimation> extends ModelComponent
Constructor and Description |
---|
ProcessStationAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationAnimation(ModelAnimation owner,
java.lang.String name,
Comment comment,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationAnimation(ModelAnimation owner,
java.lang.String name,
Position pos,
FormExt form,
ListInterface list,
boolean showInAnimation)
Build a ProcessStation.
|
ProcessStationAnimation(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,
java.util.List<Res> resEntities)
Create a new process entry with process entities and resource entities
|
int |
length()
Gives nr of entries in station.
|
EntryAnimation<Proc,Res> |
remove(EntityBasicAnimation e)
Remove the process entry which contains the 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 ProcessStationAnimation(ModelAnimation owner, java.lang.String name, Position pos, FormExt form, boolean showInAnimation)
owner
- used modelname
- name of process-stationpos
- middle point of animation objectform
- form of animation objectshowInAnimation
- switch animation on or offpublic ProcessStationAnimation(ModelAnimation owner, java.lang.String name, Comment comment, Position pos, FormExt form, boolean showInAnimation)
owner
- used modelname
- name of process-stationcomment
- pos
- middle point of animation objectform
- form of animation objectshowInAnimation
- switch animation on or off@Deprecated public ProcessStationAnimation(ModelAnimation owner, java.lang.String name, Position pos, FormExt form, java.lang.String listId, boolean showInAnimation)
owner
- used modelname
- name of process-stationpos
- middle point of animation objectform
- form of animation objectlistId
- unused. For printing a line between waitinglist and this station
use the actual version.showInAnimation
- switch animation on or offpublic ProcessStationAnimation(ModelAnimation owner, java.lang.String name, 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 ProcessStationAnimation(ModelAnimation owner, java.lang.String name, Comment comment, Position pos, FormExt form, ListInterface list, boolean showInAnimation)
owner
- used modelname
- name of process-stationcomment
- pos
- middle point of animation objectform
- form of animation objectlist
- queue from where process-entities are coming, maybe nullcommentStyle
- commentSize
- commentColor
- commentSizeExt
- showInAnimation
- switch animation on or offpublic boolean insert(java.util.List<Proc> procEntities, java.util.List<Res> resEntities)
procEntities
- List of process entitiesresEntities
- List of resource entitiespublic EntryAnimation<Proc,Res> remove(EntityBasicAnimation 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
-