|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SWRLParseException | |
edu.stanford.smi.protegex.owl.swrl.model | |
edu.stanford.smi.protegex.owl.swrl.model.impl | |
edu.stanford.smi.protegex.owl.swrl.parser |
Uses of SWRLParseException in edu.stanford.smi.protegex.owl.swrl.model |
Methods in edu.stanford.smi.protegex.owl.swrl.model that throw SWRLParseException | |
SWRLImp |
SWRLFactory.createImp(String expression)
|
void |
SWRLImp.setExpression(String parsableText)
Tries to parse the given text to create head and body of this Imp. |
Uses of SWRLParseException in edu.stanford.smi.protegex.owl.swrl.model.impl |
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl that throw SWRLParseException | |
void |
DefaultSWRLImp.setExpression(String parsableText)
|
Uses of SWRLParseException in edu.stanford.smi.protegex.owl.swrl.parser |
Subclasses of SWRLParseException in edu.stanford.smi.protegex.owl.swrl.parser | |
class |
SWRLIncompleteRuleException
|
Methods in edu.stanford.smi.protegex.owl.swrl.parser that throw SWRLParseException | |
SWRLImp |
SWRLParser.parse(String rule)
|
SWRLImp |
SWRLParser.parse(String rule,
SWRLImp imp)
|
private SWRLAtom |
SWRLParser.parseAtom(String identifier)
|
private void |
SWRLParser.checkAndSkipToken(String skipToken,
String unexpectedTokenMessage)
|
private String |
SWRLParser.getNextStringToken(String noTokenMessage)
|
private String |
SWRLParser.getNextNonSpaceToken(String noTokenMessage)
|
private SWRLAtom |
SWRLParser.parseSameAsAtomParameters()
|
private SWRLAtom |
SWRLParser.parseDifferentFromAtomParameters()
|
private SWRLAtom |
SWRLParser.parseClassAtomParameters(String identifier)
|
private SWRLAtom |
SWRLParser.parseIndividualPropertyAtomParameters(String identifier)
|
private SWRLAtom |
SWRLParser.parseDatavaluedPropertyAtomParameters(String identifier)
|
private SWRLAtom |
SWRLParser.parseBuiltinParameters(String identifier)
|
private SWRLAtom |
SWRLParser.parseXSDDatatypeParameters(String identifier)
|
private SWRLAtom |
SWRLParser.parseEnumeratedListParameters(List enumeratedList)
|
private List |
SWRLParser.parseDObjectList()
|
private RDFResource |
SWRLParser.parseIObject()
|
private RDFObject |
SWRLParser.parseDObject()
|
private boolean |
SWRLParser.isSameAs(String identifier)
|
private boolean |
SWRLParser.isDifferentFrom(String identifier)
|
private boolean |
SWRLParser.isOWLClassName(String identifier)
|
private boolean |
SWRLParser.isOWLObjectPropertyName(String identifier)
|
private boolean |
SWRLParser.isOWLDatatypePropertyName(String identifier)
|
private boolean |
SWRLParser.isBuiltinName(String identifier)
|
private boolean |
SWRLParser.isXSDDatatype(String identifier)
|
private boolean |
SWRLParser.isValidIndividualName(String name)
|
private RDFResource |
SWRLParser.getIndividual(String name)
|
private SWRLVariable |
SWRLParser.getSWRLVariable(String name)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |