Class DeadEndPoint
- 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.DeadEndPoint
-
- All Implemented Interfaces:
Endpoint,SingleTransition
public class DeadEndPoint extends AbstractSingleTransition implements SingleTransition, Endpoint
Created by stewmi on 07/11/2018.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeadEndPoint.DeadEndPointBuilderBuilder 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
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeadEndPoint.DeadEndPointBuilderdeadEndPointBuilder()-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ikasan.dashboard.ui.visualisation.model.flow.SingleTransition
getTransition, getTransitionLabel
-
-
-
-
Field Detail
-
IMAGE
public static final java.lang.String IMAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
deadEndPointBuilder
public static DeadEndPoint.DeadEndPointBuilder deadEndPointBuilder()
-
-