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,
slib.sglib.model.graph.G g)
Apply the given action to the graph.
|
static void |
applyAction(slib.sglib.model.repo.URIFactory factory,
GAction action,
slib.sglib.model.graph.G g)
Apply an action to the graph.
|
static void |
applyActions(slib.sglib.model.repo.URIFactory factory,
List<GAction> actions,
slib.sglib.model.graph.G g) |
public static final String REROOT_UNIVERSAL_ROOT_FLAG
public static void applyAction(GAction action, slib.sglib.model.graph.G g) throws slib.utils.ex.SLIB_Ex_Critic
action
- the action to performg
- the graph on which the action must be performedslib.utils.ex.SLIB_Ex_Critic
public static void applyAction(slib.sglib.model.repo.URIFactory factory, GAction action, slib.sglib.model.graph.G g) throws slib.utils.ex.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.utils.ex.SLIB_Ex_Critic
Copyright © 2014. All rights reserved.