Class Tree.Node.WithChoice
- java.lang.Object
-
- org.opennms.netmgt.flows.classification.internal.decision.Tree
-
- org.opennms.netmgt.flows.classification.internal.decision.Tree.Node
-
- org.opennms.netmgt.flows.classification.internal.decision.Tree.Node.WithChoice
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.netmgt.flows.classification.internal.decision.Tree.Node
Tree.Node.WithChoice, Tree.Node.WithoutChoice
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(Tree.Visitor<T> visitor)
org.opennms.netmgt.flows.classification.internal.decision.Tree.Classifiers
classifiers(ClassificationRequest request)
String
toString()
-
Methods inherited from class org.opennms.netmgt.flows.classification.internal.decision.Tree.Node
isEmpty
-
-
-
-
Method Detail
-
classifiers
public org.opennms.netmgt.flows.classification.internal.decision.Tree.Classifiers classifiers(ClassificationRequest request)
- Specified by:
classifiers
in classTree
- Returns:
- matching classifiers or
null
-
accept
public <T> T accept(Tree.Visitor<T> visitor)
-
-