| Package | Description |
|---|---|
| com.epimorphics.server.webapi.dsapi |
| Modifier and Type | Class and Description |
|---|---|
class |
NumberValue
A numeric value.
|
class |
ResourceValue
Represents a value corresponding to an RDF Resource.
|
class |
StringValue
Package a plain string as a value in a value range.
|
class |
TypedValue
Represents a value corresponding to a non-numeric typed literal.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Value> |
ResourceList.matches |
protected List<Value> |
RangeOneof.values |
| Modifier and Type | Method and Description |
|---|---|
Value |
RangeOneof.getSingletonValue()
If the range is a singleton then return that single value, otherwise return null;
|
Value |
ResourceCache.valueFromNode(com.hp.hpl.jena.rdf.model.RDFNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
ResourceList.getMatches() |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeOneof.addValue(Value value) |
int |
TypedValue.compareTo(Value other) |
int |
StringValue.compareTo(Value other) |
int |
NumberValue.compareTo(Value other) |
abstract int |
Value.compareTo(Value other) |
int |
ResourceValue.compareTo(Value other) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceList.setMatches(List<Value> matches) |
| Constructor and Description |
|---|
RangeOneof(Value value) |
| Constructor and Description |
|---|
RangeOneof(List<Value> values) |
Copyright © 2014. All rights reserved.