|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.rules.jena.JenaRulesRowEditorDriver
public class JenaRulesRowEditorDriver
| Constructor Summary | |
|---|---|
JenaRulesRowEditorDriver()
|
|
| Method Summary | |
|---|---|
com.hp.hpl.jena.rdf.model.RDFNode |
createObject(java.lang.String text,
com.hp.hpl.jena.rdf.model.Statement s)
Creates a new object from a given user input, to replace a given statement. |
java.lang.String |
getError(java.lang.String text,
com.hp.hpl.jena.rdf.model.Statement s)
Checks if a given user input is valid, and returns an error message if not. |
boolean |
isResponsibleForDisplay(com.hp.hpl.jena.rdf.model.Statement s)
Checks if this driver assumes responsibility for a given Statement. |
boolean |
isResponsibleForEditing(java.lang.String text,
com.hp.hpl.jena.rdf.model.Statement s)
Checks if this driver assumes responsibility for control editing and error checking a given text and Statement combination. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JenaRulesRowEditorDriver()
| Method Detail |
|---|
public com.hp.hpl.jena.rdf.model.RDFNode createObject(java.lang.String text,
com.hp.hpl.jena.rdf.model.Statement s)
IRowEditorDriver
createObject in interface IRowEditorDrivertext - the user inputs - the existing Statement
public java.lang.String getError(java.lang.String text,
com.hp.hpl.jena.rdf.model.Statement s)
IRowEditorDriver
getError in interface IRowEditorDrivertext - the text to verifys - the existing Statement that is being edited (may have null object)
public boolean isResponsibleForDisplay(com.hp.hpl.jena.rdf.model.Statement s)
IRowEditorDriver
isResponsibleForDisplay in interface IRowEditorDrivers - the Statement (may have null object)
public boolean isResponsibleForEditing(java.lang.String text,
com.hp.hpl.jena.rdf.model.Statement s)
IRowEditorDriver
isResponsibleForEditing in interface IRowEditorDrivertext - the current text entered by the users - the old Statement (may have a null object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||