|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constraint | |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.mapping | |
| org.apache.stanbol.entityhub.servicesapi.query | |
| Uses of Constraint in org.apache.stanbol.entityhub.servicesapi.mapping |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.mapping that return Constraint | |
|---|---|
Constraint |
FieldMapping.getFilter()
The constraint used to filter values of the source field |
| Methods in org.apache.stanbol.entityhub.servicesapi.mapping with parameters of type Constraint | |
|---|---|
void |
FieldMapping.setFilter(Constraint constraint)
Setter for the filter used for values. |
| Constructors in org.apache.stanbol.entityhub.servicesapi.mapping with parameters of type Constraint | |
|---|---|
FieldMapping(Constraint globalFilter)
Creates a FieldMapping that matches all fields but does not map any field. |
|
FieldMapping(String fieldPattern,
Constraint filter,
String... mappedTo)
Creates an mapping based on the parsed parameter |
|
| Uses of Constraint in org.apache.stanbol.entityhub.servicesapi.query |
|---|
| Subclasses of Constraint in org.apache.stanbol.entityhub.servicesapi.query | |
|---|---|
class |
RangeConstraint
|
class |
ReferenceConstraint
|
class |
SimilarityConstraint
Ensure that results have fields that is contextually similar. |
class |
TextConstraint
|
class |
ValueConstraint
A constraint the filters/selects based on the value and/or the parsed dataTypes. |
| Methods in org.apache.stanbol.entityhub.servicesapi.query that return Constraint | |
|---|---|
Constraint |
FieldQuery.getConstraint(String field)
Getter for the Constraint of a field |
| Methods in org.apache.stanbol.entityhub.servicesapi.query that return types with arguments of type Constraint | |
|---|---|
Set<Map.Entry<String,Constraint>> |
FieldQuery.getConstraints()
Getter for the unmodifiable list of query elements for the given Path. |
| Methods in org.apache.stanbol.entityhub.servicesapi.query with parameters of type Constraint | |
|---|---|
void |
FieldQuery.setConstraint(String field,
Constraint constraint)
Sets/replaces the constraint for a field of the representation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||