slib.sglib.algo.graph.utils
Class GActionValidator

java.lang.Object
  extended by 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

Constructor Summary
GActionValidator()
           
 
Method Summary
static boolean valid(GAction gAction)
          Test if the given GAction is valid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GActionValidator

public GActionValidator()
Method Detail

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.