Package org.aksw.facete.v3.api
Interface FacetMultiNode
- All Superinterfaces:
TraversalMultiNode<FacetNode>
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanTrue iff multiple aliases are referenced in constraintsvoidYield the set of values that remain after application of the constraints.Methods inherited from interface org.aksw.facete.v3.api.traversal.TraversalMultiNode
list, one, viaAlias
-
Method Details
-
hasMultipleReferencedAliases
boolean hasMultipleReferencedAliases()True iff multiple aliases are referenced in constraints -
contains
-
remainingValues
void remainingValues()Yield the set of values that remain after application of the constraints. This is the set of values that can be added to a new instance of the property. By default, excludes values that have been set as constraints. -
availableValues
void availableValues()
-