Uses of Class
org.mindswap.query.ABoxQuery

Packages that use ABoxQuery
org.mindswap.owl   
org.mindswap.query   
org.mindswap.swrl   
 

Uses of ABoxQuery in org.mindswap.owl
 

Methods in org.mindswap.owl with parameters of type ABoxQuery
 boolean OWLModel.isTrue(ABoxQuery query)
          Check if the conjunction of given atoms is entailed by the model.
 java.util.List OWLModel.query(ABoxQuery query)
          Answer the given ABoxQuery and return a List of ValueMap's that contains the bindings for the result variables of the query.
 java.util.List OWLModel.query(ABoxQuery query, ValueMap values)
          Answer the given ABoxQuery passing in an initial binding of some of the variables in the query.
 

Uses of ABoxQuery in org.mindswap.query
 

Methods in org.mindswap.query that return ABoxQuery
 ABoxQuery ABoxQuery.apply(ValueMap binding)
           
 ABoxQuery ABoxQueryParser.parse(java.lang.String parse)
           
 

Uses of ABoxQuery in org.mindswap.swrl
 

Methods in org.mindswap.swrl that return ABoxQuery
 ABoxQuery AtomList.toQuery()
          Create a query out of this atom list.
 ABoxQuery AtomList.toQuery(java.util.List resultVars)
          Create a query out of this atom list with the specified variables put into the result variables.
 



Copyright © 2004 Evren Sirin. All Rights Reserved.