JTP API Documentation

jtp.fol.daml
Class DAMLParser

java.lang.Object
  |
  +--jtp.fol.rdf.JenaObjectConverter
        |
        +--jtp.fol.rdf.RDFParser
              |
              +--jtp.fol.daml.DAMLParser
All Implemented Interfaces:
FirstOrderLogicParser

Deprecated. Use RDFParser instead.

public class DAMLParser
extends jtp.fol.rdf.RDFParser

HP Labs' Jena is used to parse the RDF files.


Field Summary
 
Fields inherited from class jtp.fol.rdf.JenaObjectConverter
anonCounter, anonIdMap, anonPrefix
 
Constructor Summary
DAMLParser()
          Deprecated.  
 
Method Summary
 String getLanguage()
          Deprecated. returns the name of the language of this parser.
 
Methods inherited from class jtp.fol.rdf.RDFParser
acceptable, addContainerMembershipPropertyTypeStatement, addContainerMembershipPropertyTypeStatements, getPolarity, parse, parse, parse, parse, parse, parse, setPolarity
 
Methods inherited from class jtp.fol.rdf.JenaObjectConverter
getPrettyAnonId, getPrettyAnonId, makeConstant, makeLiteral, makeSymbol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAMLParser

public DAMLParser()
Deprecated. 
Method Detail

getLanguage

public String getLanguage()
Deprecated. 
Description copied from interface: FirstOrderLogicParser
returns the name of the language of this parser.

Specified by:
getLanguage in interface FirstOrderLogicParser
Overrides:
getLanguage in class jtp.fol.rdf.RDFParser
Returns:
the name of the language of this parser.

JTP API Documentation