@ApplicationScoped public class NoInputNodesInImportedDecisionRule extends RuleExtensionHandler<NoInputNodesInImportedDecisionRule,GraphConnectionContext>
| Constructor and Description |
|---|
NoInputNodesInImportedDecisionRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(RuleExtension rule,
GraphConnectionContext context) |
RuleViolations |
evaluate(RuleExtension rule,
GraphConnectionContext context) |
Class<GraphConnectionContext> |
getContextType() |
Class<NoInputNodesInImportedDecisionRule> |
getExtensionType() |
getRuleTypepublic Class<NoInputNodesInImportedDecisionRule> getExtensionType()
getExtensionType in class RuleExtensionHandler<NoInputNodesInImportedDecisionRule,GraphConnectionContext>public Class<GraphConnectionContext> getContextType()
public boolean accepts(RuleExtension rule, GraphConnectionContext context)
public RuleViolations evaluate(RuleExtension rule, GraphConnectionContext context)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.