Uses of Class
de.fzi.kadmos.parser.ParsingLevel

Packages that use ParsingLevel
de.fzi.kadmos.parser Provides an API for ontology alignment parsers. 
de.fzi.kadmos.parser.impl Provides some implementations for the KADMOS API alignment parsers. 
 

Uses of ParsingLevel in de.fzi.kadmos.parser
 

Methods in de.fzi.kadmos.parser that return ParsingLevel
static ParsingLevel ParsingLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParsingLevel[] ParsingLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.fzi.kadmos.parser with parameters of type ParsingLevel
 void AlignmentParser.setParsingLevel(ParsingLevel level)
          Sets the parsing level for the parsing process
 

Uses of ParsingLevel in de.fzi.kadmos.parser.impl
 

Methods in de.fzi.kadmos.parser.impl with parameters of type ParsingLevel
 void INRIAFormatParser.setParsingLevel(ParsingLevel level)
          Sets the parsing level for the parsing process
 



Copyright © 2012. All Rights Reserved.