com.clarkparsia.pellet.sparqldl.model
Interface Core

All Superinterfaces:
QueryAtom
All Known Implementing Classes:
CoreImpl, CoreNewImpl

public interface Core
extends QueryAtom

Title:

Description:

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Petr Kremen

Method Summary
 java.util.Collection<aterm.ATermAppl> getConstants()
           
 java.util.Collection<aterm.ATermAppl> getDistVars()
           
 java.util.Collection<aterm.ATermAppl> getUndistVars()
           
 
Methods inherited from interface com.clarkparsia.pellet.sparqldl.model.QueryAtom
apply, getArguments, getPredicate, isGround
 

Method Detail

getConstants

java.util.Collection<aterm.ATermAppl> getConstants()

getDistVars

java.util.Collection<aterm.ATermAppl> getDistVars()

getUndistVars

java.util.Collection<aterm.ATermAppl> getUndistVars()


Copyright © 2004 Evren Sirin. All Rights Reserved.