Interface IEdgeProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,ITypedEdgeProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEdgeProps.Jsii$Default
- All Known Implementing Classes:
IEdgeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.371Z") @Stability(Experimental) public interface IEdgeProps extends software.amazon.jsii.JsiiSerializable, ITypedEdgeProps
(experimental) Edge props interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIEdgeProps.Jsii$DefaultInternal default implementation forIEdgeProps.static classIEdgeProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdgeDirectionEnumgetDirection()(experimental) Indicates the direction in which the edge is directed.EdgeTypeEnumgetEdgeType()(experimental) Type of edge.-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
getAttributes, getFlags, getMetadata, getTags
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityProps
getStore, getUuid
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.ITypedEdgeProps
getSource, getTarget
-
-
-
-
Method Detail
-
getDirection
@Stability(Experimental) @NotNull EdgeDirectionEnum getDirection()
(experimental) Indicates the direction in which the edge is directed.
-
getEdgeType
@Stability(Experimental) @NotNull EdgeTypeEnum getEdgeType()
(experimental) Type of edge.
-
-