public class ActionHandler extends Object
ActionHandler class.
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(ModelAction action)
addAction.
|
static ActionHandler |
getActionHandler(com.hp.hpl.jena.rdf.model.Model model)
getActionHandler.
|
void |
performActions()
The invoker of this method must not have a Lock
on the model of this ActionHandler
|
public void performActions()
public void addAction(ModelAction action)
addAction.
action - a ModelAction object.public static ActionHandler getActionHandler(com.hp.hpl.jena.rdf.model.Model model)
getActionHandler.
model - a Model object.ActionHandler object.Copyright © 2017. All rights reserved.