edu.stanford.smi.protegex.owl.model.classparser.manchester
Class ManchesterOWLParserUtil

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.model.classparser.manchester.ManchesterOWLParserUtil

public class ManchesterOWLParserUtil
extends Object

User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Sep 5, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Field Summary
private static boolean lowerCase
           
 
Constructor Summary
ManchesterOWLParserUtil()
           
 
Method Summary
static String getAllKeyword()
           
static String getAndKeyword()
           
static String getExactKeyword()
           
static String getHasKeyword()
           
private static String getKeyword(String s)
           
static String getMaxKeyword()
           
static String getMinKeyword()
           
static String getNotKeyword()
           
static String getOrKeyword()
           
static String getSomeKeyword()
           
static boolean isLowerCase()
           
static void setLowerCase(boolean lowerCase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lowerCase

private static boolean lowerCase
Constructor Detail

ManchesterOWLParserUtil

public ManchesterOWLParserUtil()
Method Detail

isLowerCase

public static boolean isLowerCase()

setLowerCase

public static void setLowerCase(boolean lowerCase)

getAndKeyword

public static String getAndKeyword()

getOrKeyword

public static String getOrKeyword()

getNotKeyword

public static String getNotKeyword()

getSomeKeyword

public static String getSomeKeyword()

getAllKeyword

public static String getAllKeyword()

getHasKeyword

public static String getHasKeyword()

getMinKeyword

public static String getMinKeyword()

getExactKeyword

public static String getExactKeyword()

getMaxKeyword

public static String getMaxKeyword()

getKeyword

private static String getKeyword(String s)