|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectslib.utils.impl.ParametrableImpl
slib.sglib.algo.graph.utils.GAction
public class GAction
Class used to represent an action which is applicable to a graph.
Field Summary | |
---|---|
GActionType |
type
The type of action |
Constructor Summary | |
---|---|
GAction(GActionType type)
Build an instance of GAction considering the given type. |
Method Summary | |
---|---|
boolean |
isValid()
Check if the action is valid with regards to the parameters required to be specified. |
Methods inherited from class slib.utils.impl.ParametrableImpl |
---|
addParameter, clear, existsParam, getParameter, getParams, removeParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public GActionType type
Constructor Detail |
---|
public GAction(GActionType type)
type
- the type of actionMethod Detail |
---|
public boolean isValid()
isValid
in interface slib.utils.i.CheckableValidity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |