public class NotConstraint extends Object implements Constraint
| Constructor and Description |
|---|
NotConstraint(Shape shape) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Vertex v)
Test whether a given vertex satisfies this constraint
|
Shape |
getShape() |
boolean |
hasPropertyConstraint(org.openrdf.model.URI predicate) |
public NotConstraint(Shape shape)
public Shape getShape()
public boolean accept(Vertex v)
Constraintaccept in interface Constraintv - The vertex to be testedpublic boolean hasPropertyConstraint(org.openrdf.model.URI predicate)
hasPropertyConstraint in interface ConstraintCopyright © 2016. All rights reserved.