org
.
opencypher
.
okapi
.
ir
.
api
QueryModel
Related Doc:
package api
final
case class
QueryModel
[
E
]
(
result:
ResultBlock
[
E
]
,
parameters:
CypherMap
,
blocks:
Map
[
BlockRef
,
Block
[
E
]]
,
graphs:
Map
[
String
,
QualifiedGraphName
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
QueryModel
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
QueryModel
(
result:
ResultBlock
[
E
]
,
parameters:
CypherMap
,
blocks:
Map
[
BlockRef
,
Block
[
E
]]
,
graphs:
Map
[
String
,
QualifiedGraphName
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
allDependencies
(
ref:
BlockRef
)
:
Set
[
BlockRef
]
def
apply
(
ref:
BlockRef
)
:
Block
[
E
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
blocks
:
Map
[
BlockRef
,
Block
[
E
]]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
collect
[
T
,
That
]
(
f:
PartialFunction
[(
BlockRef
,
Block
[
E
]),
T
]
)
(
implicit
bf:
CanBuildFrom
[
Map
[
BlockRef
,
Block
[
E
]],
T
,
That
]
)
:
That
def
dependencies
(
ref:
BlockRef
)
:
Set
[
BlockRef
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
graphs
:
Map
[
String
,
QualifiedGraphName
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
parameters
:
CypherMap
val
result
:
ResultBlock
[
E
]
def
select
(
fields:
Set
[
IRField
]
)
:
QueryModel
[
E
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped