|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.strings.classexpressions.completion.RangeCompletionManager
public class RangeCompletionManager
| Constructor Summary | |
|---|---|
RangeCompletionManager()
|
|
| Method Summary | |
|---|---|
java.util.Set |
filterValidResources(com.hp.hpl.jena.rdf.model.Statement s,
java.util.Set 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RangeCompletionManager()
| Method Detail |
|---|
public java.util.Set filterValidResources(com.hp.hpl.jena.rdf.model.Statement s,
java.util.Set lexicallyMatchingResources)
ICompletionManager
filterValidResources in interface ICompletionManagerpublic boolean isSuitable(com.hp.hpl.jena.rdf.model.Statement s)
ICompletionManager
isSuitable in interface ICompletionManagers - 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 | |||||||||