4Suite API Documentation

Module Ft.Rdf.Parsers.Versa.Literals

######################################################################## # # File Name: Literals.py # #
Classes:

Classes

class BooleanLiteral(Literal)

Methods

__init__(self, val)

Methods inherited from class Literal


class Literal

Methods

__init__(self, val)
evaluate(self, con)

class NumberLiteral(Literal)

Methods

__init__(self, val)

Methods inherited from class Literal


class ResourceLiteral(Literal)

Methods

__init__(self, val)

Methods inherited from class Literal


class StringLiteral(Literal)

Methods

__init__(self, val)

Methods inherited from class Literal