org.eclipse.higgins.idas.cp.jena2.impl.filter
Interface INode

All Known Implementing Classes:
AttributeNode, LiteralNode, PropertyNode, SubjectNode, TypeNode

public interface INode


Method Summary
 String asQueryElement()
           
 String getType()
           
 boolean hasIndex()
           
 boolean indexRequired()
           
 void setIndex(int i)
           
 

Method Detail

getType

public String getType()

setIndex

public void setIndex(int i)

indexRequired

public boolean indexRequired()

hasIndex

public boolean hasIndex()

asQueryElement

public String asQueryElement()