JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
tools.refinery.logic.dnf
AnyQuery
Contents
Description
Method Summary
Method Details
name()
arity()
valueType()
getDnf()
Hide sidebar
Show sidebar
Interface AnyQuery
All Known Implementing Classes:
FunctionalQuery
,
Query
,
RelationalQuery
public sealed interface
AnyQuery
permits
Query
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
arity
()
Dnf
getDnf
()
String
name
()
Class
<?>
valueType
()
Method Details
name
String
name
()
arity
int
arity
()
valueType
Class
<?>
valueType
()
getDnf
Dnf
getDnf
()