toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
EdgeTraversal
Edge
Traversal
open
class
EdgeTraversal
:
PropertyOwner
Represents the traversal of a single edge during a graph traversal.
Members
Constructors
Edge
Traversal
Link copied to clipboard
constructor
(
)
No args constructor for use in serialization
constructor
(
edgeId
:
String
)
Properties
edge
Id
Link copied to clipboard
@
SerializedName
(
value
=
"edgeId"
)
@
Expose
open
var
edgeId
:
String
Identifies the edge being traversed.
final
State
Link copied to clipboard
@
SerializedName
(
value
=
"finalState"
)
@
Expose
open
var
finalState
:
FinalState
The values of relevant expressions after the edge has been traversed.
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
@
Expose
open
var
message
:
Message
Encapsulates a message intended to be read by the end user.
properties
Link copied to clipboard
@
SerializedName
(
value
=
"properties"
)
@
Expose
open
var
properties
:
PropertyBag
Key/value pairs that provide additional information about the object.
step
Over
Edge
Count
Link copied to clipboard
@
SerializedName
(
value
=
"stepOverEdgeCount"
)
@
Expose
open
var
stepOverEdgeCount
:
Integer
The number of edge traversals necessary to return from a nested graph.
Functions
equals
Link copied to clipboard
open
fun
equals
(
other
:
Any
)
:
Boolean
get
Properties
Link copied to clipboard
abstract
fun
getProperties
(
)
:
PropertyBag
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
set
Properties
Link copied to clipboard
abstract
fun
setProperties
(
<set-?>
:
PropertyBag
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
update
Properties
Link copied to clipboard
open
fun
updateProperties
(
mutator
:
(
in
PropertyBag
)
->
Unit
)
with
Edge
Id
Link copied to clipboard
open
fun
withEdgeId
(
edgeId
:
String
)
:
EdgeTraversal
with
Final
State
Link copied to clipboard
open
fun
withFinalState
(
finalState
:
FinalState
)
:
EdgeTraversal
with
Message
Link copied to clipboard
open
fun
withMessage
(
message
:
Message
)
:
EdgeTraversal
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
EdgeTraversal
with
Step
Over
Edge
Count
Link copied to clipboard
open
fun
withStepOverEdgeCount
(
stepOverEdgeCount
:
Integer
)
:
EdgeTraversal