Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
@specs-feup/clava
clava/graphs/scg/ScgEdgeData
scgEdgeData
Class scgEdgeData
Base class for data of graph edges.
Hierarchy (
view full
)
edgeData
scgEdgeData
Index
Constructors
constructor
Properties
id
source
target
Accessors
calls
Methods
inc
to
String
Constructors
constructor
new scg
Edge
Data
(
id
?
,
source
?
,
target
?
)
:
scgEdgeData
Parameters
Optional
id
:
string
Optional
source
:
string
Optional
target
:
string
Returns
scgEdgeData
Properties
id
id
:
undefined
|
string
source
source
:
undefined
|
string
target
target
:
undefined
|
string
Accessors
calls
get
calls
(
)
:
Call
[]
Returns
Call
[]
Methods
inc
inc
(
$call
)
:
void
Parameters
$call
:
Call
Returns
void
to
String
to
String
(
)
:
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.