com.hp.hpl.jena.rdf.query
Class Slot

java.lang.Object
  |
  +--com.hp.hpl.jena.rdf.query.Slot

public class Slot
extends java.lang.Object


Constructor Summary
Slot()
           
Slot(Slot slot)
           
 
Method Summary
 Property getProperty()
           
 Resource getResource()
           
 Value getValue()
           
 Var getVar()
           
 java.lang.String getVarName()
           
 boolean isProperty()
           
 boolean isResource()
           
 boolean isValue()
           
 boolean isVar()
           
 void set(Property p)
           
 void set(Resource r)
           
 void set(Value v)
           
 void set(Var v)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Slot

public Slot()

Slot

public Slot(Slot slot)
Method Detail

set

public void set(Value v)

set

public void set(Var v)

set

public void set(Resource r)

set

public void set(Property p)

isValue

public boolean isValue()

isVar

public boolean isVar()

isResource

public boolean isResource()

isProperty

public boolean isProperty()

getValue

public Value getValue()

getVar

public Var getVar()

getResource

public Resource getResource()

getProperty

public Property getProperty()

getVarName

public java.lang.String getVarName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001 Hewlett-Packard. All Rights Reserved.