Protégé-OWL 3.3.1

edu.stanford.smi.protegex.owl.compactparser
Class OWLCompactParser

java.lang.Object
  extended by edu.stanford.smi.protegex.owl.compactparser.OWLCompactParser
All Implemented Interfaces:
OWLCompactParserConstants

Deprecated. Moved to model.classparser.compact package - please update quickly as this class will be deleted shortly

public class OWLCompactParser
extends Object
implements OWLCompactParserConstants


Field Summary
static String errorMessage
          Deprecated.  
 Token jj_nt
          Deprecated.  
 boolean lookingAhead
          Deprecated.  
static boolean nextCouldBeCls
          Deprecated.  
static boolean nextCouldBeInstance
          Deprecated.  
static boolean nextCouldBeSlot
          Deprecated.  
static RDFProperty recentHasValueProperty
          Deprecated.  
 Token token
          Deprecated.  
 OWLCompactParserTokenManager token_source
          Deprecated.  
 
Fields inherited from interface edu.stanford.smi.protegex.owl.compactparser.OWLCompactParserConstants
DEFAULT, DIGIT, EOF, EXPONENT, FLOATING_POINT_LITERAL, FORMAL_COMMENT, IDENTIFIER, IN_FORMAL_COMMENT, IN_MULTI_LINE_COMMENT, IN_SINGLE_LINE_COMMENT, INTEGER_LITERAL, LETTER, MULTI_LINE_COMMENT, ONE_OF, SINGLE_LINE_COMMENT, STRING_LITERAL, tokenImage, XSD
 
Constructor Summary
OWLCompactParser(InputStream stream)
          Deprecated.  
OWLCompactParser(OWLCompactParserTokenManager tm)
          Deprecated.  
OWLCompactParser(Reader stream)
          Deprecated.  
 
Method Summary
 int CardinalityValue()
          Deprecated.  
static void checkClass(OWLModel owlModel, String text)
          Deprecated.  
static void checkHasRestrictionValue(OWLModel owlModel, String text)
          Deprecated.  
static void checkValueType(OWLModel owlModel, String text)
          Deprecated.  
 Object DataType()
          Deprecated.  
 void disable_tracing()
          Deprecated.  
 void enable_tracing()
          Deprecated.  
 ParseException generateParseException()
          Deprecated.  
 Token getNextToken()
          Deprecated.  
 Token getToken(int index)
          Deprecated.  
 RDFSClass IDClass()
          Deprecated.  
 String Identifier()
          Deprecated.  
 RDFSLiteral[] OneOfValues()
          Deprecated.  
 OWLAllValuesFrom OWLAllValuesFrom(RDFProperty property)
          Deprecated.  
 OWLCardinality OWLCardinality(RDFProperty slot)
          Deprecated.  
 OWLCardinalityBase OWLCardinalityBase(RDFProperty property)
          Deprecated.  
 RDFSClass OWLComplementClass()
          Deprecated.  
 RDFSClass OWLEnumeratedClass()
          Deprecated.  
 OWLHasValue OWLHasValue(RDFProperty slot)
          Deprecated.  
 Object OWLHasValueValue()
          Deprecated.  
 Object OWLHasValueValueAndEOF()
          Deprecated.  
 Object OWLHasValueValueBooleanOrInstance()
          Deprecated.  
 Float OWLHasValueValueFloat()
          Deprecated.  
 Integer OWLHasValueValueInteger()
          Deprecated.  
 String OWLHasValueValueString()
          Deprecated.  
 RDFSClass OWLIntersectionClass()
          Deprecated.  
 OWLMaxCardinality OWLMaxCardinality(RDFProperty slot)
          Deprecated.  
 OWLMinCardinality OWLMinCardinality(RDFProperty slot)
          Deprecated.  
 RDFSClass OWLRestrictionOrNamedClass()
          Deprecated.  
 OWLSomeValuesFrom OWLSomeValuesFrom(RDFProperty property)
          Deprecated.  
 RDFSClass OWLUnionClass()
          Deprecated.  
static RDFSClass parseCls(OWLModel owlModel, String text)
          Deprecated.  
 RDFSClass parseFile()
          Deprecated.  
static Object parseHasRestrictionValue(OWLModel owlModel, String text)
          Deprecated.  
static Object parseValueType(OWLModel owlModel, String text)
          Deprecated.  
 void ReInit(InputStream stream)
          Deprecated.  
 void ReInit(OWLCompactParserTokenManager tm)
          Deprecated.  
 void ReInit(Reader stream)
          Deprecated.  
 OWLRestriction Restriction(RDFProperty property)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextCouldBeCls

public static boolean nextCouldBeCls
Deprecated. 

nextCouldBeInstance

public static boolean nextCouldBeInstance
Deprecated. 

nextCouldBeSlot

public static boolean nextCouldBeSlot
Deprecated. 

recentHasValueProperty

public static RDFProperty recentHasValueProperty
Deprecated. 

errorMessage

public static String errorMessage
Deprecated. 

token_source

public OWLCompactParserTokenManager token_source
Deprecated. 

token

public Token token
Deprecated. 

jj_nt

public Token jj_nt
Deprecated. 

lookingAhead

public boolean lookingAhead
Deprecated. 
Constructor Detail

OWLCompactParser

public OWLCompactParser(InputStream stream)
Deprecated. 

OWLCompactParser

public OWLCompactParser(Reader stream)
Deprecated. 

OWLCompactParser

public OWLCompactParser(OWLCompactParserTokenManager tm)
Deprecated. 
Method Detail

checkClass

public static void checkClass(OWLModel owlModel,
                              String text)
                       throws ParseException
Deprecated. 
Throws:
ParseException

checkHasRestrictionValue

public static void checkHasRestrictionValue(OWLModel owlModel,
                                            String text)
                                     throws ParseException
Deprecated. 
Throws:
ParseException

checkValueType

public static void checkValueType(OWLModel owlModel,
                                  String text)
                           throws ParseException
Deprecated. 
Throws:
ParseException

parseCls

public static RDFSClass parseCls(OWLModel owlModel,
                                 String text)
                          throws ParseException
Deprecated. 
Throws:
ParseException

parseHasRestrictionValue

public static Object parseHasRestrictionValue(OWLModel owlModel,
                                              String text)
                                       throws ParseException
Deprecated. 
Throws:
ParseException

parseValueType

public static Object parseValueType(OWLModel owlModel,
                                    String text)
                             throws ParseException
Deprecated. 
Throws:
ParseException

parseFile

public final RDFSClass parseFile()
                          throws ParseException
Deprecated. 
Throws:
ParseException

OWLUnionClass

public final RDFSClass OWLUnionClass()
                              throws ParseException
Deprecated. 
Throws:
ParseException

OWLIntersectionClass

public final RDFSClass OWLIntersectionClass()
                                     throws ParseException
Deprecated. 
Throws:
ParseException

OWLComplementClass

public final RDFSClass OWLComplementClass()
                                   throws ParseException
Deprecated. 
Throws:
ParseException

OWLRestrictionOrNamedClass

public final RDFSClass OWLRestrictionOrNamedClass()
                                           throws ParseException
Deprecated. 
Throws:
ParseException

IDClass

public final RDFSClass IDClass()
                        throws ParseException
Deprecated. 
Throws:
ParseException

Restriction

public final OWLRestriction Restriction(RDFProperty property)
                                 throws ParseException
Deprecated. 
Throws:
ParseException

OWLCardinalityBase

public final OWLCardinalityBase OWLCardinalityBase(RDFProperty property)
                                            throws ParseException
Deprecated. 
Throws:
ParseException

OWLMaxCardinality

public final OWLMaxCardinality OWLMaxCardinality(RDFProperty slot)
                                          throws ParseException
Deprecated. 
Throws:
ParseException

OWLMinCardinality

public final OWLMinCardinality OWLMinCardinality(RDFProperty slot)
                                          throws ParseException
Deprecated. 
Throws:
ParseException

OWLCardinality

public final OWLCardinality OWLCardinality(RDFProperty slot)
                                    throws ParseException
Deprecated. 
Throws:
ParseException

OWLHasValue

public final OWLHasValue OWLHasValue(RDFProperty slot)
                              throws ParseException
Deprecated. 
Throws:
ParseException

OWLHasValueValueAndEOF

public final Object OWLHasValueValueAndEOF()
                                    throws ParseException
Deprecated. 
Throws:
ParseException

OWLHasValueValue

public final Object OWLHasValueValue()
                              throws ParseException
Deprecated. 
Throws:
ParseException

OWLHasValueValueString

public final String OWLHasValueValueString()
                                    throws ParseException
Deprecated. 
Throws:
ParseException

OWLHasValueValueFloat

public final Float OWLHasValueValueFloat()
                                  throws ParseException
Deprecated. 
Throws:
ParseException

OWLHasValueValueInteger

public final Integer OWLHasValueValueInteger()
                                      throws ParseException
Deprecated. 
Throws:
ParseException

OWLHasValueValueBooleanOrInstance

public final Object OWLHasValueValueBooleanOrInstance()
                                               throws ParseException
Deprecated. 
Throws:
ParseException

CardinalityValue

public final int CardinalityValue()
                           throws ParseException
Deprecated. 
Throws:
ParseException

Identifier

public final String Identifier()
                        throws ParseException
Deprecated. 
Throws:
ParseException

OWLEnumeratedClass

public final RDFSClass OWLEnumeratedClass()
                                   throws ParseException
Deprecated. 
Throws:
ParseException

OWLAllValuesFrom

public final OWLAllValuesFrom OWLAllValuesFrom(RDFProperty property)
                                        throws ParseException
Deprecated. 
Throws:
ParseException

OWLSomeValuesFrom

public final OWLSomeValuesFrom OWLSomeValuesFrom(RDFProperty property)
                                          throws ParseException
Deprecated. 
Throws:
ParseException

DataType

public final Object DataType()
                      throws ParseException
Deprecated. 
Throws:
ParseException

OneOfValues

public final RDFSLiteral[] OneOfValues()
                                throws ParseException
Deprecated. 
Throws:
ParseException

ReInit

public void ReInit(InputStream stream)
Deprecated. 

ReInit

public void ReInit(Reader stream)
Deprecated. 

ReInit

public void ReInit(OWLCompactParserTokenManager tm)
Deprecated. 

getNextToken

public final Token getNextToken()
Deprecated. 

getToken

public final Token getToken(int index)
Deprecated. 

generateParseException

public ParseException generateParseException()
Deprecated. 

enable_tracing

public final void enable_tracing()
Deprecated. 

disable_tracing

public final void disable_tracing()
Deprecated. 

Protégé-OWL 3.3.1

Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.