SysProM
Preparing search index...
operations/graph-shared
filterRelationships
Function filterRelationships
filterRelationships
(
rels
:
{
description
?:
string
|
string
[]
;
from
:
string
;
polarity
?:
"positive"
|
"negative"
|
"neutral"
|
"uncertain"
;
strength
?:
number
;
to
:
string
;
type
:
|
"refines"
|
"realises"
|
"implements"
|
"depends_on"
|
"constrained_by"
|
"affects"
|
"supersedes"
|
"must_preserve"
|
"part_of"
|
"precedes"
|
"must_follow"
|
"governed_by"
|
"modifies"
|
"produces"
;
[
key
:
string
]:
unknown
;
}
[]
,
opts
:
GraphFilterOptions
,
allowedNodeIds
?:
Set
<
string
>
,
)
:
{
description
?:
string
|
string
[]
;
from
:
string
;
polarity
?:
"positive"
|
"negative"
|
"neutral"
|
"uncertain"
;
strength
?:
number
;
to
:
string
;
type
:
|
"refines"
|
"realises"
|
"implements"
|
"depends_on"
|
"constrained_by"
|
"affects"
|
"supersedes"
|
"must_preserve"
|
"part_of"
|
"precedes"
|
"must_follow"
|
"governed_by"
|
"modifies"
|
"produces"
;
[
key
:
string
]:
unknown
;
}
[]
Parameters
rels
:
{
description
?:
string
|
string
[]
;
from
:
string
;
polarity
?:
"positive"
|
"negative"
|
"neutral"
|
"uncertain"
;
strength
?:
number
;
to
:
string
;
type
:
|
"refines"
|
"realises"
|
"implements"
|
"depends_on"
|
"constrained_by"
|
"affects"
|
"supersedes"
|
"must_preserve"
|
"part_of"
|
"precedes"
|
"must_follow"
|
"governed_by"
|
"modifies"
|
"produces"
;
[
key
:
string
]:
unknown
;
}
[]
opts
:
GraphFilterOptions
Optional
allowedNodeIds
:
Set
<
string
>
Returns
{
description
?:
string
|
string
[]
;
from
:
string
;
polarity
?:
"positive"
|
"negative"
|
"neutral"
|
"uncertain"
;
strength
?:
number
;
to
:
string
;
type
:
|
"refines"
|
"realises"
|
"implements"
|
"depends_on"
|
"constrained_by"
|
"affects"
|
"supersedes"
|
"must_preserve"
|
"part_of"
|
"precedes"
|
"must_follow"
|
"governed_by"
|
"modifies"
|
"produces"
;
[
key
:
string
]:
unknown
;
}
[]
Example
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
SysProM
Loading...
Example