org.camunda.bpm.engine.impl.tree
Class TreeWalker.NullCondition<S>

java.lang.Object
  extended by org.camunda.bpm.engine.impl.tree.TreeWalker.NullCondition<S>
All Implemented Interfaces:
TreeWalker.WalkCondition<S>
Enclosing class:
TreeWalker<T>

public class TreeWalker.NullCondition<S>
extends Object
implements TreeWalker.WalkCondition<S>


Constructor Summary
TreeWalker.NullCondition()
           
 
Method Summary
 boolean isFulfilled(S element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeWalker.NullCondition

public TreeWalker.NullCondition()
Method Detail

isFulfilled

public boolean isFulfilled(S element)
Specified by:
isFulfilled in interface TreeWalker.WalkCondition<S>


Copyright © 2015 camunda services GmbH. All rights reserved.