Class Filter
- java.lang.Object
-
- org.ikasan.vaadin.visjs.network.options.nodes.Nodes
-
- org.ikasan.vaadin.visjs.network.Node
-
- org.ikasan.dashboard.ui.visualisation.model.flow.AbstractWiretapNode
-
- org.ikasan.dashboard.ui.visualisation.model.flow.AbstractSingleTransition
-
- org.ikasan.dashboard.ui.visualisation.model.flow.Filter
-
- All Implemented Interfaces:
SingleTransition
public class Filter extends AbstractSingleTransition
Created by stewmi on 07/11/2018.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilter.FilterBuilderBuilder class
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIMAGE-
Fields inherited from class org.ikasan.dashboard.ui.visualisation.model.flow.AbstractSingleTransition
transition, transitionLabel
-
Fields inherited from class org.ikasan.dashboard.ui.visualisation.model.flow.AbstractWiretapNode
logWiretapAfterImageH, logWiretapAfterImageW, logWiretapAfterImageX, logWiretapAfterImageY, logWiretapBeforeImageH, logWiretapBeforeImageW, logWiretapBeforeImageX, logWiretapBeforeImageY, wiretapAfterImageH, wiretapAfterImageW, wiretapAfterImageX, wiretapAfterImageY, wiretapBeforeImageH, wiretapBeforeImageW, wiretapBeforeImageX, wiretapBeforeImageY
-
Fields inherited from class org.ikasan.vaadin.visjs.network.Node
errorFoundImageH, errorFoundImageW, errorFoundImageX, errorFoundImageY, exclusionFoundImageH, exclusionFoundImageW, exclusionFoundImageX, exclusionFoundImageY, replayFoundImageH, replayFoundImageW, replayFoundImageX, replayFoundImageY, wiretapFoundImageH, wiretapFoundImageW, wiretapFoundImageX, wiretapFoundImageY
-
-
Constructor Summary
Constructors Constructor Description Filter(java.lang.String id, java.lang.String name, java.lang.String transitionLabel, org.ikasan.vaadin.visjs.network.Node transition)Constructor
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Filter.FilterBuilderfilterBuilder()-
Methods inherited from class org.ikasan.dashboard.ui.visualisation.model.flow.AbstractSingleTransition
getTransition, getTransitionLabel
-
Methods inherited from class org.ikasan.dashboard.ui.visualisation.model.flow.AbstractWiretapNode
getDecoratorMetaDataList, getLogWiretapAfterImageH, getLogWiretapAfterImageW, getLogWiretapAfterImageX, getLogWiretapAfterImageY, getLogWiretapAfterStatus, getLogWiretapBeforeImageH, getLogWiretapBeforeImageW, getLogWiretapBeforeImageX, getLogWiretapBeforeImageY, getLogWiretapBeforeStatus, getWiretapAfterImageH, getWiretapAfterImageW, getWiretapAfterImageX, getWiretapAfterImageY, getWiretapAfterStatus, getWiretapBeforeImageH, getWiretapBeforeImageW, getWiretapBeforeImageX, getWiretapBeforeImageY, getWiretapBeforeStatus, logWiretapAfterClickedOn, logWiretapBeforeClickedOn, setDecoratorMetaDataList, setLogWiretapAfterImageH, setLogWiretapAfterImageW, setLogWiretapAfterImageX, setLogWiretapAfterImageY, setLogWiretapAfterStatus, setLogWiretapBeforeImageH, setLogWiretapBeforeImageW, setLogWiretapBeforeImageX, setLogWiretapBeforeImageY, setLogWiretapBeforeStatus, setWiretapAfterImageH, setWiretapAfterImageW, setWiretapAfterImageX, setWiretapAfterImageY, setWiretapAfterStatus, setWiretapBeforeImageH, setWiretapBeforeImageW, setWiretapBeforeImageX, setWiretapBeforeImageY, setWiretapBeforeStatus, wiretapAfterClickedOn, wiretapBeforeClickedOn
-
Methods inherited from class org.ikasan.vaadin.visjs.network.Node
clickedOn, getEdgeColour, getErrorFoundImageH, getErrorFoundImageW, getErrorFoundImageX, getErrorFoundImageY, getErrorFoundStatus, getExclusionFoundImageH, getExclusionFoundImageW, getExclusionFoundImageX, getExclusionFoundImageY, getExclusionFoundStatus, getFillColour, getId, getReplayFoundImageH, getReplayFoundImageW, getReplayFoundImageX, getReplayFoundImageY, getReplayFoundStatus, getWiretapFoundImageH, getWiretapFoundImageW, getWiretapFoundImageX, getWiretapFoundImageY, getWiretapFoundStatus, setEdgeColour, setErrorFoundImageH, setErrorFoundImageW, setErrorFoundImageX, setErrorFoundImageY, setErrorFoundStatus, setExclusionFoundImageH, setExclusionFoundImageW, setExclusionFoundImageX, setExclusionFoundImageY, setExclusionFoundStatus, setFillColour, setId, setReplayFoundImageH, setReplayFoundImageW, setReplayFoundImageX, setReplayFoundImageY, setReplayFoundStatus, setWiretapFoundImageH, setWiretapFoundImageW, setWiretapFoundImageX, setWiretapFoundImageY, setWiretapFoundStatus
-
Methods inherited from class org.ikasan.vaadin.visjs.network.options.nodes.Nodes
builder, getBorderWidth, getBorderWidthSelected, getBrokenImage, getColor, getColorJson, getColorStr, getFixed, getFont, getGroup, getIcon, getImage, getLabel, getLevel, getMass, getScaling, getShadow, getShape, getShapeProperties, getSize, getTitle, getValue, getWidthConstraint, getX, getY, isChosen, isHeightConstraint, isHidden, isLabelHighlightBold, isPhysics, isWidthConstraint, setBorderWidth, setBorderWidthSelected, setBrokenImage, setChosen, setColor, setColor, setFixed, setFont, setGroup, setHeightConstraint, setHidden, setIcon, setImage, setLabel, setLabelHighlightBold, setLevel, setMass, setPhysics, setScaling, setShadow, setShape, setShapeProperties, setSize, setTitle, setValue, setWidthConstraint, setX, setY
-
-
-
-
Field Detail
-
IMAGE
public static final java.lang.String IMAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
filterBuilder
public static Filter.FilterBuilder filterBuilder()
-
-