Modifier and Type | Field and Description |
---|---|
static String |
REROOT_UNIVERSAL_ROOT_FLAG |
Constructor and Description |
---|
GraphActionExecutor() |
Modifier and Type | Method and Description |
---|---|
static void |
applyAction(GAction action,
G g)
Apply the given action to the graph.
|
static void |
applyAction(URIFactory factory,
GAction action,
G g)
Apply an action to the graph.
|
static void |
applyActions(URIFactory factory,
List<GAction> actions,
G g) |
public static final String REROOT_UNIVERSAL_ROOT_FLAG
public static void applyAction(GAction action, G g) throws SLIB_Ex_Critic
action
- the action to performg
- the graph on which the action must be performedSLIB_Ex_Critic
public static void applyAction(URIFactory factory, GAction action, G g) throws SLIB_Ex_Critic
factory
- the factory to consider if element requires to be
generated (e.g. URI
)action
- the action to performg
- the graph on which the action must be performedSLIB_Ex_Critic
public static void applyActions(URIFactory factory, List<GAction> actions, G g) throws SLIB_Ex_Critic
factory
- actions
- g
- SLIB_Ex_Critic
Copyright © 2014. All rights reserved.