![JAR search and dependency download from the Maven repository](/logo.png)
com.clarkparsia.pellet.sparqldl.model.Core Maven / Gradle / Ivy
// Copyright (c) 2006 - 2008, Clark & Parsia, LLC.
// This source code is available under the terms of the Affero General Public License v3.
//
// Please see LICENSE.txt for full license terms, including the availability of proprietary exceptions.
// Questions, comments, or requests for clarification: [email protected]
package com.clarkparsia.pellet.sparqldl.model;
import java.util.Collection;
import aterm.ATermAppl;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2007
*
* Company: Clark & Parsia, LLC.
*
* @author Petr Kremen
*/
public interface Core extends QueryAtom {
public abstract Collection getConstants();
public abstract Collection getDistVars();
public abstract Collection getUndistVars();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy