Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
P
ParseException
- Exception in
fuzzyowl2.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[])
- Constructor for exception fuzzyowl2.parser.
ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException()
- Constructor for exception fuzzyowl2.parser.
ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String)
- Constructor for exception fuzzyowl2.parser.
ParseException
Constructor with message.
Parser
- Class in
fuzzyowl2.parser
Parses an OWL 2 annotation into fuzzyDL syntax.
Parser(InputStream)
- Constructor for class fuzzyowl2.parser.
Parser
Constructor with InputStream.
Parser(InputStream, String)
- Constructor for class fuzzyowl2.parser.
Parser
Constructor with InputStream and supplied encoding
Parser(Reader)
- Constructor for class fuzzyowl2.parser.
Parser
Constructor.
Parser(ParserTokenManager)
- Constructor for class fuzzyowl2.parser.
Parser
Constructor with generated Token Manager.
ParserConstants
- Interface in
fuzzyowl2.parser
Token literal values and constants.
ParserTokenManager
- Class in
fuzzyowl2.parser
Token Manager.
ParserTokenManager(SimpleCharStream)
- Constructor for class fuzzyowl2.parser.
ParserTokenManager
Constructor.
ParserTokenManager(SimpleCharStream, int)
- Constructor for class fuzzyowl2.parser.
ParserTokenManager
Constructor.
pm
- Variable in class fuzzyowl2.
FuzzyOwl2
POS_INFINITY
- Variable in class fuzzyowl2.
FuzzyOwl2
prevCharIsCR
- Variable in class fuzzyowl2.parser.
SimpleCharStream
prevCharIsLF
- Variable in class fuzzyowl2.parser.
SimpleCharStream
print(String)
- Static method in class fuzzyowl2.
FuzzyOwl2
Prints a string in the desired PrintStream, unless it contains a null value.
printError(String)
- Static method in class fuzzyowl2.
FuzzyOwl2
Prints an error string in the standard error.
processConceptAnnotations()
- Method in class fuzzyowl2.
FuzzyOwl2
Write fuzzy concept definitions, defined with OWL 2 concept annotations.
processDatatypeAnnotations()
- Method in class fuzzyowl2.
FuzzyOwl2
Write fuzzy datatypes and modifiers definitions, defined with OWL 2 concept annotations.
processOntologyAnnotations()
- Method in class fuzzyowl2.
FuzzyOwl2
Write annotations on the ontology.
processOntologyAxioms()
- Method in class fuzzyowl2.
FuzzyOwl2
Write the axioms of the OWL 2 ontology.
processPropertyAnnotations()
- Method in class fuzzyowl2.
FuzzyOwl2
Write fuzzy property definitions, defined with OWL 2 concept annotations.
PRODUCT
- Static variable in interface fuzzyowl2.parser.
ParserConstants
RegularExpression Id.
PropertyDefinition
- Class in
fuzzyowl2
Fuzzy property defined by means of an OWL 2 annotation of an OWL 2 class.
PropertyDefinition()
- Constructor for class fuzzyowl2.
PropertyDefinition
PropertyDefinition.PropertyType
- Enum in
fuzzyowl2
Types of fuzzy properties that can be defined using annotations.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z