Class Process
java.lang.Object
org.episteme.social.economics.Process
- All Implemented Interfaces:
Named
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProcessActivate process (power on).static final ProcessAgitate process.static final ProcessAssemble process (glue, screw, etc.).static final ProcessClean process.static final ProcessDry process.static final ProcessFermentation process.static final ProcessFreeze process.static final ProcessHeat process (includes melt, burn).static final ProcessHit process (push firmly, press, nail, pedal).static final ProcessHumidify process.static final ProcessInflate process.static final ProcessMix process.static final ProcessMould process.static final ProcessParallelize process.static final ProcessPour process (fill).static final ProcessPsychologicalGroup process (centralize).static final ProcessSelect process (grab).static final ProcessSplit process (cut, separate, filter, dig).static final ProcessSpray process (paint, spill).static final ProcessStore process (keep for later use).static final ProcessTransport process (moving, lifting, pushing).static final ProcessVentilate process. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the comments associated with this process.getName()voidsetComments(String comments) Sets the comments for this process.
-
Field Details
-
FERMENTATION
Fermentation process. -
HEAT
Heat process (includes melt, burn). -
SPLIT
Split process (cut, separate, filter, dig). -
HIT
Hit process (push firmly, press, nail, pedal). -
MIX
Mix process. -
DRY
Dry process. -
HUMIDIFY
Humidify process. -
PsychologicalGroup
PsychologicalGroup process (centralize). -
CLEAN
Clean process. -
STORE
Store process (keep for later use). -
AGITATE
Agitate process. -
TRANSPORT
Transport process (moving, lifting, pushing). -
MOULD
Mould process. -
SPRAY
Spray process (paint, spill). -
PARALLELIZE
Parallelize process. -
FREEZE
Freeze process. -
POUR
Pour process (fill). -
SELECT
Select process (grab). -
ACTIVATE
Activate process (power on). -
VENTILATE
Ventilate process. -
INFLATE
Inflate process. -
ASSEMBLE
Assemble process (glue, screw, etc.).
-
-
Constructor Details
-
Process
Creates a new Process object.- Parameters:
name- the name of the process- Throws:
IllegalArgumentException- if name is null or empty
-
-
Method Details
-
getName
-
getComments
Returns the comments associated with this process.- Returns:
- the comments
-
setComments
Sets the comments for this process.- Parameters:
comments- the comments to set- Throws:
IllegalArgumentException- if comments is null
-