Rit::Base::String
Represents a String Rit::Base::Literal.
These can be called with the class name or any List object.
$n->desig()
The designation of the literal
$n->sysdesig()
The designation of an object, to be used for node administration or debugging. This version of desig indludes the node id.
Returns a unique predictable id representing this object
$n->literal()
The literal value that this object represents. This asumes that the object is a value node or a list of value nodes.
$lit->loc
$lit->loc(@args)
Return the value, since only one exists.
Uses the args in Para::Frame::L10N/compile.
aka literal
Make it a plain value. Safer than using ->literal, since it also works for Undef objects.
Returns the clean version of the value as a Literal obj
$string->begins( $substr )
Returns true if the string begins with $substr.
Rit::Base::Literal, Rit::Base::Resource, Rit::Base::Arc, Rit::Base::Pred, Rit::Base::Search