org.mindswap.pellet.query
Interface QueryPattern

All Known Implementing Classes:
QueryPatternImpl

public interface QueryPattern

Author:
Evren Sirin

Method Summary
 QueryPattern apply(QueryResultBinding binding)
           
 aterm.ATermAppl getObject()
           
 aterm.ATermAppl getPredicate()
           
 aterm.ATermAppl getSubject()
           
 boolean isEdgePattern()
           
 boolean isGround()
           
 boolean isTypePattern()
           
 

Method Detail

isTypePattern

boolean isTypePattern()

isEdgePattern

boolean isEdgePattern()

isGround

boolean isGround()

getSubject

aterm.ATermAppl getSubject()

getPredicate

aterm.ATermAppl getPredicate()

getObject

aterm.ATermAppl getObject()

apply

QueryPattern apply(QueryResultBinding binding)


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.