Package jadex.tools.comanalyzer.graph
Class EdgeTransformer.PaintMode
- java.lang.Object
- 
- jadex.tools.comanalyzer.graph.EdgeTransformer.PaintMode
 
- 
- All Implemented Interfaces:
- org.apache.commons.collections15.Transformer
 - Enclosing class:
- EdgeTransformer
 
 public static final class EdgeTransformer.PaintMode extends java.lang.Object implements org.apache.commons.collections15.TransformerA transformer for colored egdes in respect of conversationid, performativ and protocol information.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPaintMode()voidsetPaintMode(int paintMode)java.lang.Objecttransform(java.lang.Object group)Transforms a message group into a Paint.
 
- 
- 
- 
Field Detail- 
paintMapsprotected PaintMaps paintMaps The paint maps
 - 
paintModeprotected int paintMode The paint mode
 
- 
 - 
Constructor Detail- 
PaintModepublic PaintMode(PaintMaps paintMaps, int paintMode) Create a transformer with given paint maps and paint mode.- Parameters:
- paintMaps- The paint maps.
- paintMode- The paint mode.
 
 
- 
 - 
Method Detail- 
transformpublic java.lang.Object transform(java.lang.Object group) Transforms a message group into a Paint.- Specified by:
- transformin interface- org.apache.commons.collections15.Transformer
- Parameters:
- group- The message group.
- Returns:
- The paint for the message group.
 
 - 
getPaintModepublic int getPaintMode() - Returns:
- The paint mode.
 
 - 
setPaintModepublic void setPaintMode(int paintMode) - Parameters:
- paintMode- The paint mode to set.
 
 
- 
 
-