|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jlab.coda.afecs.cool.parser.CParser
public class CParser
JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), Aug 31, 2009
Constructor Summary | |
---|---|
CParser()
|
Method Summary | |
---|---|
com.hp.hpl.jena.rdf.model.Model |
getModel()
public method returns final model |
boolean |
openFile(java.lang.String fileName,
boolean debug)
Constructor |
AControl |
parseControl(java.lang.String name)
parses Cool control concept and fills AControl objet |
void |
printStatements(com.hp.hpl.jena.rdf.model.Model model)
Debugging mrthod prints all the rdf/cool statements of the model |
void |
resetModelList()
Resets the arraylist of all included models |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CParser()
Method Detail |
---|
public boolean openFile(java.lang.String fileName, boolean debug)
fileName
- of the rdf/cool configuration filedebug
- if true prints statements of the cool description
public AControl parseControl(java.lang.String name)
AControl
objet
name
- of the control
public com.hp.hpl.jena.rdf.model.Model getModel()
public void resetModelList()
public void printStatements(com.hp.hpl.jena.rdf.model.Model model)
model
- Jena model object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |