SPeCS Packages Documentation
Preparing search index...
@specs-feup/clava
clava/graphs/scg/ScgEdgeData
ScgEdgeData
Class ScgEdgeData
Base class for data of graph edges.
Hierarchy (
View Summary
)
EdgeData
ScgEdgeData
Index
Constructors
constructor
Properties
id
source
target
Accessors
calls
Methods
inc
to
String
Constructors
constructor
new
ScgEdgeData
(
id
?:
string
,
source
?:
string
,
target
?:
string
)
:
ScgEdgeData
Parameters
Optional
id
:
string
Optional
source
:
string
Optional
target
:
string
Returns
ScgEdgeData
Properties
id
id
:
string
|
undefined
source
source
:
string
|
undefined
target
target
:
string
|
undefined
Accessors
calls
get
calls
()
:
Call
[]
Returns
Call
[]
Methods
inc
inc
(
$call
:
Call
)
:
void
Parameters
$call
:
Call
Returns
void
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
source
target
Accessors
calls
Methods
inc
to
String
SPeCS Packages Documentation
Loading...
Base class for data of graph edges.