|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IScript
A compiled SparqlMotion script.
| Method Summary | |
|---|---|
IModule |
getModule(com.hp.hpl.jena.rdf.model.Resource config)
Gets the IModule representing a given configuration Resource. |
java.util.Set<IModule> |
getTargetModules()
Gets a Set of all IModules that do not have any next modules. |
void |
validate()
Validates whether this script is well-formed. |
| Method Detail |
|---|
IModule getModule(com.hp.hpl.jena.rdf.model.Resource config)
config - the Resource
java.util.Set<IModule> getTargetModules()
void validate()
throws java.lang.Throwable
java.lang.Throwable - if the script is not well-formed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||