|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectse.kmr.scam.editor.FieldMap
A set of variables are bound to values in a RDF-model. Theese variables are styled by a stylesheet.
| Constructor Summary | |
FieldMap(Model queryModel,
Model valueModel,
Model formModel,
Model externalModel,
Resource root)
Full Constructor. |
|
FieldMap(Model queryModel,
Model valueModel,
Model formModel,
Resource root)
Constructor for the FieldMap object |
|
FieldMap(String queryModelUri,
String valueModelUri,
String formModelUri,
Resource root)
Constructor for the FieldMap object |
|
| Method Summary | |
Collection |
getAllowedLanguages()
Gets a collection of allowed languages for the multilingual nodes. |
Model |
getFormModel()
Gets the current FormModel |
FormNode |
getFormNode()
Gets the form-node that represents the top node of the form. |
Node |
getNode(String id)
Gets the form-node associated to a id. |
QueryModel |
getQuery()
|
Model |
getQueryModel()
Gets the current QueryModel |
Model |
getValueModel()
Gets the current ValueModel |
static void |
main(String[] args)
The main program for the FieldMap class |
String |
toString()
Gets string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FieldMap(Model queryModel,
Model valueModel,
Model formModel,
Model externalModel,
Resource root)
throws RDFException
queryModel - valueModel - formModel - externalModel -
RDFException
public FieldMap(Model queryModel,
Model valueModel,
Model formModel,
Resource root)
throws RDFException
queryModel - the QueryModelvalueModel - the ValueModelformModel - the FormModel
RDFException - thrown in case of exception while reading data
from the models.
public FieldMap(String queryModelUri,
String valueModelUri,
String formModelUri,
Resource root)
throws RDFException
queryModelUri - URI to the QueryModelvalueModelUri - URI to the ValueModelformModelUri - URI to the FormModel
RDFException - thrown in case of exception while handling the
models.| Method Detail |
public Model getValueModel()
public Model getFormModel()
public Model getQueryModel()
public QueryModel getQuery()
public FormNode getFormNode()
public Node getNode(String id)
id - The id.
public Collection getAllowedLanguages()
public String toString()
public static void main(String[] args)
args - The command line arguments
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||