|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICompletionManager
An object that can narrow the auto-completion box for text completion.
| Method Summary | |
|---|---|
java.util.Set<com.hp.hpl.jena.rdf.model.Resource> |
filterValidResources(com.hp.hpl.jena.rdf.model.Statement statement,
java.util.Set<com.hp.hpl.jena.rdf.model.Resource> lexicallyMatchingResources)
Removes those resources from the list of suggestions that are invalid to insert at the given context. |
boolean |
isSuitable(com.hp.hpl.jena.rdf.model.Statement s)
Checks whether this completion manager can handle completing values in the given Statement context. |
| Method Detail |
|---|
java.util.Set<com.hp.hpl.jena.rdf.model.Resource> filterValidResources(com.hp.hpl.jena.rdf.model.Statement statement,
java.util.Set<com.hp.hpl.jena.rdf.model.Resource> lexicallyMatchingResources)
s - the Statement (may very well be an EmptyObjectStatement)resources - the set of all lexically matching resources
boolean isSuitable(com.hp.hpl.jena.rdf.model.Statement s)
s - the Statement (may very well be an EmptyObjectStatement)
EmptyObjectStatement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||