slib.sglib.algo.graph.utils
Class GActionValidator
java.lang.Object
slib.sglib.algo.graph.utils.GActionValidator
public class GActionValidator
- extends Object
Class used to validate if the configuration associated to a GAction
is valid.
- Author:
- Harispe Sébastien
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GActionValidator
public GActionValidator()
valid
public static boolean valid(GAction gAction)
- Test if the given
GAction
is valid.
- Parameters:
gAction
- the action to validate.
- Returns:
- true if the action configuration is valid
Copyright © 2013. All Rights Reserved.