JavaScript is disabled on your browser.
Skip navigation links
Drools :: Canonical Model 10.0.0
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.drools.model.functions
Interface Block1<T1>
All Superinterfaces:
Serializable
public interface
Block1<T1>
extends
Serializable
Nested Class Summary
Nested Classes
Modifier and Type
Interface
Description
static class
Block1.Impl
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default
BlockN
asBlockN
()
void
execute
(
T1
arg1)
Method Details
execute
void
execute
(
T1
arg1)
throws
Exception
Throws:
Exception
asBlockN
default
BlockN
asBlockN
()