@ApplicationScoped public class AcyclicDirectedGraphRule extends RuleExtensionHandler<AcyclicDirectedGraphRule,GraphConnectionContext>
Constructor and Description |
---|
AcyclicDirectedGraphRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(RuleExtension rule,
GraphConnectionContext context) |
RuleViolations |
evaluate(RuleExtension rule,
GraphConnectionContext context) |
Class<GraphConnectionContext> |
getContextType() |
Class<AcyclicDirectedGraphRule> |
getExtensionType() |
protected TreeWalkTraverseProcessor |
getTreeWalker(Node<?,Edge> source,
Node<?,Edge> target,
Edge<?,Node> connector) |
getRuleType
public Class<AcyclicDirectedGraphRule> getExtensionType()
getExtensionType
in class RuleExtensionHandler<AcyclicDirectedGraphRule,GraphConnectionContext>
public Class<GraphConnectionContext> getContextType()
public boolean accepts(RuleExtension rule, GraphConnectionContext context)
public RuleViolations evaluate(RuleExtension rule, GraphConnectionContext context)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.