|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.smi.protegex.owl.compactparser.OWLCompactParser
public class OWLCompactParser
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean nextCouldBeCls
public static boolean nextCouldBeInstance
public static boolean nextCouldBeSlot
public static RDFProperty recentHasValueProperty
public static String errorMessage
public OWLCompactParserTokenManager token_source
public Token token
public Token jj_nt
public boolean lookingAhead
Constructor Detail |
---|
public OWLCompactParser(InputStream stream)
public OWLCompactParser(Reader stream)
public OWLCompactParser(OWLCompactParserTokenManager tm)
Method Detail |
---|
public static void checkClass(OWLModel owlModel, String text) throws ParseException
ParseException
public static void checkHasRestrictionValue(OWLModel owlModel, String text) throws ParseException
ParseException
public static void checkValueType(OWLModel owlModel, String text) throws ParseException
ParseException
public static RDFSClass parseCls(OWLModel owlModel, String text) throws ParseException
ParseException
public static Object parseHasRestrictionValue(OWLModel owlModel, String text) throws ParseException
ParseException
public static Object parseValueType(OWLModel owlModel, String text) throws ParseException
ParseException
public final RDFSClass parseFile() throws ParseException
ParseException
public final RDFSClass OWLUnionClass() throws ParseException
ParseException
public final RDFSClass OWLIntersectionClass() throws ParseException
ParseException
public final RDFSClass OWLComplementClass() throws ParseException
ParseException
public final RDFSClass OWLRestrictionOrNamedClass() throws ParseException
ParseException
public final RDFSClass IDClass() throws ParseException
ParseException
public final OWLRestriction Restriction(RDFProperty property) throws ParseException
ParseException
public final OWLCardinalityBase OWLCardinalityBase(RDFProperty property) throws ParseException
ParseException
public final OWLMaxCardinality OWLMaxCardinality(RDFProperty slot) throws ParseException
ParseException
public final OWLMinCardinality OWLMinCardinality(RDFProperty slot) throws ParseException
ParseException
public final OWLCardinality OWLCardinality(RDFProperty slot) throws ParseException
ParseException
public final OWLHasValue OWLHasValue(RDFProperty slot) throws ParseException
ParseException
public final Object OWLHasValueValueAndEOF() throws ParseException
ParseException
public final Object OWLHasValueValue() throws ParseException
ParseException
public final String OWLHasValueValueString() throws ParseException
ParseException
public final Float OWLHasValueValueFloat() throws ParseException
ParseException
public final Integer OWLHasValueValueInteger() throws ParseException
ParseException
public final Object OWLHasValueValueBooleanOrInstance() throws ParseException
ParseException
public final int CardinalityValue() throws ParseException
ParseException
public final String Identifier() throws ParseException
ParseException
public final RDFSClass OWLEnumeratedClass() throws ParseException
ParseException
public final OWLAllValuesFrom OWLAllValuesFrom(RDFProperty property) throws ParseException
ParseException
public final OWLSomeValuesFrom OWLSomeValuesFrom(RDFProperty property) throws ParseException
ParseException
public final Object DataType() throws ParseException
ParseException
public final RDFSLiteral[] OneOfValues() throws ParseException
ParseException
public void ReInit(InputStream stream)
public void ReInit(Reader stream)
public void ReInit(OWLCompactParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |