org.eclipse.higgins.idas.cp.jena2.impl.filter
Class SubjectNode

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.jena2.impl.filter.SubjectNode
All Implemented Interfaces:
INode

public class SubjectNode
extends Object
implements INode


Field Summary
static String SUBJ_NODE
           
 
Constructor Summary
SubjectNode()
           
 
Method Summary
 String asQueryElement()
           
 String getType()
           
 boolean hasIndex()
           
 boolean indexRequired()
           
 void setIndex(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUBJ_NODE

public static final String SUBJ_NODE
See Also:
Constant Field Values
Constructor Detail

SubjectNode

public SubjectNode()
Method Detail

getType

public String getType()
Specified by:
getType in interface INode

hasIndex

public boolean hasIndex()
Specified by:
hasIndex in interface INode

indexRequired

public boolean indexRequired()
Specified by:
indexRequired in interface INode

setIndex

public void setIndex(int i)
Specified by:
setIndex in interface INode

asQueryElement

public String asQueryElement()
Specified by:
asQueryElement in interface INode