openllet.OpenlletCmdOptionArg 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 openllet;
/**
* @author Evren Sirin
*/
public enum OpenlletCmdOptionArg
{
NONE, OPTIONAL, REQUIRED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy