java.lang.Object
de.aristaflow.ilm.model.processmodel.Edge
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StructuralEdge

public class Edge extends Object implements Serializable
See Also:
  • Field Details

    • subClass

      @Size(min=1) public @Size(min=1) String subClass
      This is used as additional information for rich type hierarchies.
    • type

      @NotNull public @NotNull ProcessConstants.EdgeType type
    • edgeCode

      @NotNull public @NotNull Long edgeCode
    • userAttributes

      public Map<@NotBlank String,@NotNull String> userAttributes
  • Constructor Details

    • Edge

      public Edge()
      The constructor required for bean deserialisation.