wima
Preparing search index...
RelationshipQuery
Class RelationshipQuery<Relationship, Target, Data, Filter>
Type Parameters
Relationship
extends
VisitEntities
Target
extends
VisitEntities
=
Relationship
Data
extends
unknown
[]
=
[
Entity
]
Filter
extends
QueryFilter
[]
=
[
]
Index
Constructors
constructor
Properties
relationship
target
Methods
graphbfs
graphdfs
treebfs
treedfs
Constructors
constructor
new
RelationshipQuery
<
Relationship
extends
VisitEntities
,
Target
extends
VisitEntities
=
Relationship
,
Data
extends
unknown
[]
=
[
Entity
]
,
Filter
extends
QueryFilter
[]
=
[
]
,
>
(
world
:
World
,
relationship
:
Constructor
<
Relationship
>
,
target
?:
Constructor
<
Target
>
,
data
?:
[
...
TupleConstructor
<
Data
>
[]
]
,
filter
?:
[
...
Filter
[]
]
,
)
:
RelationshipQuery
<
Relationship
,
Target
,
Data
,
Filter
>
Type Parameters
Relationship
extends
VisitEntities
Target
extends
VisitEntities
=
Relationship
Data
extends
unknown
[]
=
[
Entity
]
Filter
extends
QueryFilter
[]
=
[
]
Parameters
world
:
World
relationship
:
Constructor
<
Relationship
>
target
:
Constructor
<
Target
>
= ...
data
:
[
...
TupleConstructor
<
Data
>
[]
]
= ...
Optional
filter
:
[
...
Filter
[]
]
= ...
Returns
RelationshipQuery
<
Relationship
,
Target
,
Data
,
Filter
>
Properties
Readonly
relationship
relationship
:
Constructor
<
Relationship
>
Readonly
target
target
:
Constructor
<
Target
>
Methods
graphbfs
graphbfs
(
entity
:
Entity
,
visit
:
(
descendant
:
Data
,
ancestor
:
Data
)
=>
void
,
)
:
void
Parameters
entity
:
Entity
visit
:
(
descendant
:
Data
,
ancestor
:
Data
)
=>
void
Returns
void
graphdfs
graphdfs
(
entity
:
Entity
,
visit
:
(
descendant
:
Data
,
ancestor
:
Data
)
=>
void
,
)
:
void
Parameters
entity
:
Entity
visit
:
(
descendant
:
Data
,
ancestor
:
Data
)
=>
void
Returns
void
treebfs
treebfs
(
entity
:
Entity
,
visit
:
(
descendant
:
Data
,
ancestor
:
Data
)
=>
void
)
:
void
Parameters
entity
:
Entity
visit
:
(
descendant
:
Data
,
ancestor
:
Data
)
=>
void
Returns
void
treedfs
treedfs
(
entity
:
Entity
,
visit
:
(
descendant
:
Data
,
ancestor
:
Data
)
=>
void
)
:
void
Parameters
entity
:
Entity
visit
:
(
descendant
:
Data
,
ancestor
:
Data
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
relationship
target
Methods
graphbfs
graphdfs
treebfs
treedfs
wima
Loading...