Package | Description |
---|---|
org.drools.modelcompiler.builder.generator |
Modifier and Type | Method and Description |
---|---|
Optional<DeclarationSpec> |
RuleContext.getDeclarationById(String id) |
List<DeclarationSpec> |
RuleContext.getDeclarations() |
Optional<DeclarationSpec> |
RuleContext.getOOPathDeclarationById(String id) |
List<DeclarationSpec> |
RuleContext.getOOPathDeclarations() |
Modifier and Type | Method and Description |
---|---|
void |
RuleContext.addDeclaration(DeclarationSpec d) |
void |
RuleContext.addDeclarationReplacing(DeclarationSpec d) |
void |
RuleContext.addOOPathDeclaration(DeclarationSpec d) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.