Class: RDF::Literal::Float
- Inherits:
-
Double
- Object
- RDF::Literal
- Numeric
- Double
- RDF::Literal::Float
- Defined in:
- vendor/bundler/ruby/2.0.0/bundler/gems/rdf-xsd-7726559c0772/lib/rdf/xsd/double.rb
Overview
Note that in XML Schema, Float is not really derived from Double, but implementations are identical in Ruby
Constant Summary
- DATATYPE =
XSD.float
Constants inherited from Double
Constants inherited from RDF::Literal
Instance Attribute Summary
Attributes inherited from RDF::Literal
Method Summary
Methods inherited from Double
#<=>, #abs, #canonicalize!, #ceil, #finite?, #floor, #infinite?, #initialize, #nan?, #nonzero?, #round, #to_s, #zero?
Methods inherited from Numeric
#*, #+, #+@, #-, #-@, #/, #<=>, #==, #abs, #ceil, #floor, #round, #to_d, #to_f, #to_i, #to_r
Methods inherited from RDF::Literal
#==, #anonymous?, #canonicalize, #canonicalize!, #comperable_datatype?, #eql?, #has_datatype?, #has_language?, #hash, #initialize, #inspect, #literal?, #object, #plain?, #simple?, #to_base, #to_s, #valid?, #validate!, #value, #value_hash
Methods included from Term
#<=>, #==, #compatible?, #eql?, #escape, #evaluate, #term?, #to_base
Methods included from SPARQL::Algebra::Expression
cast, #constant?, #evaluate, extension, extensions, for, new, open, #optimize, parse, register_extension, #to_sxp_bin, #variable?
Methods included from Value
#anonymous?, #constant?, #graph?, #inspect, #inspect!, #invalid?, #iri?, #list?, #literal?, #node?, #resource?, #statement?, #term?, #to_nquads, #to_ntriples, #to_rdf, #type_error, #uri?, #valid?, #validate!, #variable?
Constructor Details
This class inherits a constructor from RDF::Literal::Double