Class ExistsVisitor
- java.lang.Object
-
- com.inductiveautomation.ignition.designer.auth.tree.ExistsVisitor
-
- All Implemented Interfaces:
SecurityLevelTreeNode.Visitor
public class ExistsVisitor extends java.lang.Object implements SecurityLevelTreeNode.Visitor
-
-
Constructor Summary
Constructors Constructor Description ExistsVisitor(SecurityLevelTree tree, com.google.common.collect.ImmutableCollection<SecurityLevelConfig> securityLevelConfigs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAbsentCount()
boolean
shouldVisit(SecurityLevelTreeNode node)
void
visit(SecurityLevelTreeNode node)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.inductiveautomation.ignition.designer.auth.tree.SecurityLevelTreeNode.Visitor
shouldContinue
-
-
-
-
Constructor Detail
-
ExistsVisitor
public ExistsVisitor(@Nonnull SecurityLevelTree tree, @Nonnull com.google.common.collect.ImmutableCollection<SecurityLevelConfig> securityLevelConfigs)
-
-
Method Detail
-
shouldVisit
public boolean shouldVisit(@Nonnull SecurityLevelTreeNode node)
- Specified by:
shouldVisit
in interfaceSecurityLevelTreeNode.Visitor
-
visit
public void visit(@Nonnull SecurityLevelTreeNode node)
- Specified by:
visit
in interfaceSecurityLevelTreeNode.Visitor
-
getAbsentCount
public int getAbsentCount()
-
-