Uses of Class
slib.sglib.algo.graph.utils.GActionType

Packages that use GActionType
slib.sglib.algo.graph.utils   
 

Uses of GActionType in slib.sglib.algo.graph.utils
 

Fields in slib.sglib.algo.graph.utils declared as GActionType
 GActionType GAction.type
          The type of action
 

Methods in slib.sglib.algo.graph.utils that return GActionType
static GActionType GActionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GActionType[] GActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in slib.sglib.algo.graph.utils with parameters of type GActionType
GAction(GActionType type)
          Build an instance of GAction considering the given type.
 



Copyright © 2013. All Rights Reserved.