public class Target extends Object
Modifier and Type | Field and Description |
---|---|
static Target |
ALL |
static Target |
DEFAULT |
static Target |
NAMED |
Modifier and Type | Method and Description |
---|---|
static Target |
create(Node graphName) |
static Target |
create(String iri) |
boolean |
equals(Object obj) |
boolean |
equalTo(Target other,
NodeIsomorphismMap isoMap) |
Node |
getGraph() |
int |
hashCode() |
boolean |
isAll() |
boolean |
isAllNamed() |
boolean |
isDefault() |
boolean |
isOneNamedGraph() |
String |
toString() |
public static final Target DEFAULT
public static final Target NAMED
public static final Target ALL
public boolean isDefault()
public boolean isAll()
public boolean isAllNamed()
public boolean isOneNamedGraph()
public Node getGraph()
public boolean equalTo(Target other, NodeIsomorphismMap isoMap)
Licenced under the Apache License, Version 2.0