|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.querybuilder.ObjectGrounding.FixedRdfValue
public static class ObjectGrounding.FixedRdfValue
Implementation of the FixedValue grounding
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openanzo.server.repository.querybuilder.ObjectGrounding |
|---|
ObjectGrounding.FixedRdfValue, ObjectGrounding.FixedValue, ObjectGrounding.RdbColumn |
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.server.repository.querybuilder.ObjectGrounding |
|---|
RdfValue, Resource |
| Constructor Summary | |
|---|---|
ObjectGrounding.FixedRdfValue(IRdbTerm value)
Create a new FixedRdfValue for the given Anzo node |
|
| Method Summary | |
|---|---|
java.lang.Long |
getId(CompositeNodeLayout nodeLayout)
Get the ID of the node for the fixed value |
IRdbTerm |
getValue()
Get the fixed value for this grounding |
boolean |
isExactMatch(org.openrdf.model.Value value)
Determine if the fixed value matches the provided value |
boolean |
isValidObject(org.openrdf.model.Value value)
Returns true if the given RDF value is compatible with the column type of the ObjectGrounding instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectGrounding.FixedRdfValue(IRdbTerm value)
value - fixed value to match| Method Detail |
|---|
public boolean isValidObject(org.openrdf.model.Value value)
ObjectGrounding
isValidObject in interface ObjectGroundingvalue - value to determine compatibility
public IRdbTerm getValue()
ObjectGrounding.FixedValue
getValue in interface ObjectGrounding.FixedValuepublic java.lang.Long getId(CompositeNodeLayout nodeLayout)
ObjectGrounding.FixedValue
getId in interface ObjectGrounding.FixedValuenodeLayout - CompositeNodeLayout to retrieve URIs and Node values
public boolean isExactMatch(org.openrdf.model.Value value)
ObjectGrounding.FixedValue
isExactMatch in interface ObjectGrounding.FixedValuevalue - value to determine match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||