com.hp.hpl.jena.sparql.modify.request
Class Target

java.lang.Object
  extended by com.hp.hpl.jena.sparql.modify.request.Target

public class Target
extends Object


Field Summary
static Target ALL
           
static Target DEFAULT
           
static Target NAMED
           
 
Method Summary
static Target create(Node graphName)
           
static Target create(String iri)
           
 boolean equals(Object obj)
           
 Node getGraph()
           
 int hashCode()
           
 boolean isAll()
           
 boolean isAllNamed()
           
 boolean isDefault()
           
 boolean isOneNamedGraph()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final Target DEFAULT

NAMED

public static final Target NAMED

ALL

public static final Target ALL
Method Detail

create

public static Target create(String iri)

create

public static Target create(Node graphName)

isDefault

public boolean isDefault()

isAll

public boolean isAll()

isAllNamed

public boolean isAllNamed()

isOneNamedGraph

public boolean isOneNamedGraph()

getGraph

public Node getGraph()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Licenced under the Apache License, Version 2.0