Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the hyperobject Reference Manual, generated automatically by Declt version 2.4 "Will Decker" on Wed Jun 20 12:00:41 2018 GMT+0.
• Introduction: | What hyperobject is all about | |
• Systems: | The systems documentation | |
• Files: | The files documentation | |
• Packages: | The packages documentation | |
• Definitions: | The symbols documentation | |
• Indexes: | Concepts, functions, variables and data types |
Hyperobject is written by Kevin M. Rosenberg. Usage and distribution is governed by the BSD license which is in the file COPYING. The home for hyperobject is http://hyperobject.b9.com/
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The hyperobject system: |
Kevin M. Rosenberg <kmr@debian.org>
Kevin M. Rosenberg <kevin@rosenberg.net>
BSD-like License
hyperobject.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files: |
Next: The hyperobject/package<dot>lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
hyperobject.asd
hyperobject (system)
Next: The hyperobject/metaclass<dot>lisp file, Previous: The hyperobject<dot>asd file, Up: Lisp files [Contents][Index]
hyperobject (system)
package.lisp
Next: The hyperobject/mop<dot>lisp file, Previous: The hyperobject/package<dot>lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
hyperobject (system)
metaclass.lisp
Next: The hyperobject/rules<dot>lisp file, Previous: The hyperobject/metaclass<dot>lisp file, Up: Lisp files [Contents][Index]
metaclass.lisp (file)
hyperobject (system)
mop.lisp
Next: The hyperobject/connect<dot>lisp file, Previous: The hyperobject/mop<dot>lisp file, Up: Lisp files [Contents][Index]
mop.lisp (file)
hyperobject (system)
rules.lisp
Next: The hyperobject/sql<dot>lisp file, Previous: The hyperobject/rules<dot>lisp file, Up: Lisp files [Contents][Index]
mop.lisp (file)
hyperobject (system)
connect.lisp
Next: The hyperobject/views<dot>lisp file, Previous: The hyperobject/connect<dot>lisp file, Up: Lisp files [Contents][Index]
connect.lisp (file)
hyperobject (system)
sql.lisp
Next: The hyperobject/base-class<dot>lisp file, Previous: The hyperobject/sql<dot>lisp file, Up: Lisp files [Contents][Index]
mop.lisp (file)
hyperobject (system)
views.lisp
Previous: The hyperobject/views<dot>lisp file, Up: Lisp files [Contents][Index]
hyperobject (system)
base-class.lisp
hyperobject (class)
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The hyperobject-system package: | ||
• The hyperobject-user package: | ||
• The hyperobject package: |
Next: The hyperobject-user package, Previous: Packages, Up: Packages [Contents][Index]
hyperobject.asd
Next: The hyperobject package, Previous: The hyperobject-system package, Up: Packages [Contents][Index]
package.lisp (file)
ho-user
Previous: The hyperobject-user package, Up: Packages [Contents][Index]
package.lisp (file)
ho
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions: | ||
• Internal definitions: |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions: | ||
• Exported generic functions: | ||
• Exported classes: |
Next: Exported generic functions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Returns a list of all subobjects in an object
mop.lisp (file)
views.lisp (file)
mop.lisp (file)
Load all subobjects if they have not already been loaded.
views.lisp (file)
EXPORTED Function: prints hyperobject-class objects. Calls view-hyperobject
views.lisp (file)
views.lisp (file)
Next: Exported classes, Previous: Exported functions, Up: Exported definitions [Contents][Index]
List of fields that contain a list of subobjects objects.
mop.lisp (file)
Previous: Exported generic functions, Up: Exported definitions [Contents][Index]
base-class.lisp (file)
standard-object (class)
print-object (method)
Metaclass for Markup Language classes.
mop.lisp (file)
standard-class (class)
User name for class
string
:user-name
user-name (generic function)
(setf user-name) (generic function)
Plural user name for class
string
:user-name-plural
user-name-plural (generic function)
(setf user-name-plural) (generic function)
Defaults slots for a view
list
:default-print-slots
default-print-slots (generic function)
(setf default-print-slots) (generic function)
Class description
:description
description (generic function)
(setf description) (generic function)
Version number for class
:version
version (generic function)
(setf version) (generic function)
Closures to call on slot chnages
:closures
closures (generic function)
(setf closures) (generic function)
SQL Name for this class
:sql-name
sql-name (generic function)
(setf sql-name) (generic function)
ID string for this class
:guid
guid (generic function)
(setf guid) (generic function)
List of fields that contain a list of subobjects objects.
subobjects (generic function)
(setf subobjects) (generic function)
List of fields that contain a list of compute-cached-value objects.
compute-cached-values (generic function)
(setf compute-cached-values) (generic function)
List of fields that have hyperlinks
list
hyperlinks (generic function)
(setf hyperlinks) (generic function)
List of rules to fire on slot changes.
list
:direct-rules
direct-rules (generic function)
(setf direct-rules) (generic function)
List of views
list
:direct-views
direct-views (generic function)
(setf direct-views) (generic function)
Unique ID for the class
integer
(+ (* 1000000 (get-universal-time)) (random 1000000))
class-id (generic function)
(setf class-id) (generic function)
The default view for a class
:default-view
default-view (generic function)
(setf default-view) (generic function)
Documentation string for hyperclass.
:documentation
create-table-cmd (generic function)
create-index-cmds (generic function)
drop-table-cmd (generic function)
List of views
list
:views
views (generic function)
(setf views) (generic function)
List of rules
list
:rules
rules (generic function)
(setf rules) (generic function)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal special variables: | ||
• Internal macros: | ||
• Internal functions: | ||
• Internal generic functions: | ||
• Internal classes: |
Next: Internal macros, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
List of class options for hyperobjects.
metaclass.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
mop.lisp (file)
Slot options that can appear as an initarg
metaclass.lisp (file)
Slot options that do not have an initarg
metaclass.lisp (file)
views.lisp (file)
Next: Internal functions, Previous: Internal special variables, Up: Internal definitions [Contents][Index]
mop.lisp (file)
mop.lisp (file)
connect.lisp (file)
connect.lisp (file)
views.lisp (file)
Next: Internal generic functions, Previous: Internal macros, Up: Internal definitions [Contents][Index]
mop.lisp (file)
mop.lisp (file)
views.lisp (file)
rules.lisp (file)
mop.lisp (file)
Returns T if a view id can be created for this class
views.lisp (file)
Define an inverse function for a slot
sql.lisp (file)
Some MOPs, like openmcl 0.14.2, cons attribute values in a list.
mop.lisp (file)
mop.lisp (file)
mop.lisp (file)
Calculate class documentation slot
mop.lisp (file)
mop.lisp (file)
rules.lisp (file)
sql.lisp (file)
mop.lisp (file)
views.lisp (file)
Finalize all views that are given on a objects initialization
views.lisp (file)
mop.lisp (file)
Looks for a view in class and parent classes
views.lisp (file)
Fire all class rules. Called after a slot is modified.
rules.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
sql.lisp (file)
sql.lisp (file)
sql.lisp (file)
views.lisp (file)
Find or make a category view for an object
views.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
views.lisp (file)
views.lisp (file)
mop.lisp (file)
mop.lisp (file)
mop.lisp (file)
mop.lisp (file)
Initialize a hyperobject class. Calculates all class slots
mop.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
Calculate all view slots for a hyperobject class
views.lisp (file)
Initialize a view based upon a preset vid
views.lisp (file)
Initialize a view based upon a source code
views.lisp (file)
views.lisp (file)
views.lisp (file)
mop.lisp (file)
Convert a lisp name (atom or list, string or symbol) into a canonical SQL name
mop.lisp (file)
mop.lisp (file)
views.lisp (file)
views.lisp (file)
Make an object view from a definition. Do nothing if a class is passed so that reinitialization will be a no-op
views.lisp (file)
connect.lisp (file)
connect.lisp (file)
Returns the objects data as a string. Used by common-graphics outline function
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
mop.lisp (file)
mop.lisp (file)
mop.lisp (file)
sql.lisp (file)
Connect to HO database, automatically used pooled connections
connect.lisp (file)
Disconnect from HO database, but put connection back into pool
connect.lisp (file)
connect.lisp (file)
connect.lisp (file)
sql.lisp (file)
connect.lisp (file)
sql.lisp (file)
mop.lisp (file)
views.lisp (file)
views.lisp (file)
mop.lisp (file)
mop.lisp (file)
Return two values, the sql type and field length.
mop.lisp (file)
views.lisp (file)
Display a single or list of hyperobject-class instances and their subobjects
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
views.lisp (file)
Next: Internal classes, Previous: Internal functions, Up: Internal definitions [Contents][Index]
automatically generated reader method
rules.lisp (file)
automatically generated writer method
rules.lisp (file)
Unique ID for the class
mop.lisp (file)
Closures to call on slot chnages
mop.lisp (file)
List of fields that contain a list of compute-cached-value objects.
mop.lisp (file)
automatically generated reader method
mop.lisp (file)
automatically generated reader method
mop.lisp (file)
Defaults slots for a view
mop.lisp (file)
The default view for a class
mop.lisp (file)
automatically generated reader method
rules.lisp (file)
automatically generated writer method
rules.lisp (file)
Class description
mop.lisp (file)
List of rules to fire on slot changes.
mop.lisp (file)
List of views
mop.lisp (file)
automatically generated reader method
mop.lisp (file)
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated writer method
/home/quickref/common-lisp/quickref/bin/declt
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
rules.lisp (file)
automatically generated writer method
rules.lisp (file)
ID string for this class
mop.lisp (file)
List of fields that have hyperlinks
mop.lisp (file)
id for this view.
views.lisp (file)
Function that performs hierarchical indenting
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
mop.lisp (file)
List of slot names that have hyperlinks
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
mop.lisp (file)
automatically generated reader method
mop.lisp (file)
automatically generated reader method
mop.lisp (file)
automatically generated reader method
rules.lisp (file)
automatically generated writer method
rules.lisp (file)
automatically generated reader method
mop.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
Class of object to be viewed.
views.lisp (file)
default function that prints the object
views.lisp (file)
List of rules
mop.lisp (file)
List of effective slots for object to be viewed.
views.lisp (file)
Source code for generating view.
views.lisp (file)
automatically generated reader method
rules.lisp (file)
automatically generated writer method
rules.lisp (file)
sql.lisp (file)
sql.lisp (file)
SQL Name for this class
mop.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
automatically generated reader method
views.lisp (file)
automatically generated writer method
views.lisp (file)
User name for class
mop.lisp (file)
Plural user name for class
mop.lisp (file)
Version number for class
mop.lisp (file)
List of views
mop.lisp (file)
automatically generated reader method
rules.lisp (file)
automatically generated writer method
rules.lisp (file)
Previous: Internal generic functions, Up: Internal definitions [Contents][Index]
subobject information
mop.lisp (file)
standard-object (class)
symbol
:name-class
name-class (generic function)
symbol
:name-slot
name-slot (generic function)
symbol
:lazy-class
lazy-class (generic function)
(or function symbol)
:lookup
lookup (generic function)
list
:lookup-keys
lookup-keys (generic function)
Initarg | Value |
---|---|
:name-class | nil |
:name-slot | nil |
:lazy-class | nil |
:lookup | nil |
:lookup-keys | nil |
mop.lisp (file)
standard-object (class)
symbol
:name
name (generic function)
(or function symbol)
:lookup
lookup (generic function)
list
:link-parameters
link-parameters (generic function)
/home/quickref/common-lisp/quickref/bin/declt
standard-direct-slot-definition (class)
:value-type
dsd-value-type (generic function)
(setf dsd-value-type) (generic function)
:print-formatter
dsd-print-formatter (generic function)
(setf dsd-print-formatter) (generic function)
:description
dsd-description (generic function)
(setf dsd-description) (generic function)
:short-description
dsd-short-description (generic function)
(setf dsd-short-description) (generic function)
:user-name
dsd-user-name (generic function)
(setf dsd-user-name) (generic function)
:subobject
dsd-subobject (generic function)
(setf dsd-subobject) (generic function)
:hyperlink
dsd-hyperlink (generic function)
(setf dsd-hyperlink) (generic function)
:hyperlink-parameters
dsd-hyperlink-parameters (generic function)
(setf dsd-hyperlink-parameters) (generic function)
:indexed
dsd-indexed (generic function)
(setf dsd-indexed) (generic function)
:inverse
dsd-inverse (generic function)
(setf dsd-inverse) (generic function)
:unique
dsd-unique (generic function)
(setf dsd-unique) (generic function)
:sql-name
dsd-sql-name (generic function)
(setf dsd-sql-name) (generic function)
:null-allowed
dsd-null-allowed (generic function)
(setf dsd-null-allowed) (generic function)
:stored
dsd-stored (generic function)
(setf dsd-stored) (generic function)
:input-filter
dsd-input-filter (generic function)
(setf dsd-input-filter) (generic function)
:unbound-lookup
dsd-unbound-lookup (generic function)
(setf dsd-unbound-lookup) (generic function)
:value-constraint
dsd-value-constraint (generic function)
(setf dsd-value-constraint) (generic function)
:void-text
dsd-void-text (generic function)
(setf dsd-void-text) (generic function)
:read-only-groups
dsd-read-only-groups (generic function)
(setf dsd-read-only-groups) (generic function)
:hidden-groups
dsd-hidden-groups (generic function)
(setf dsd-hidden-groups) (generic function)
:unit
dsd-unit (generic function)
(setf dsd-unit) (generic function)
:compute-cached-value
dsd-compute-cached-value (generic function)
(setf dsd-compute-cached-value) (generic function)
:disable-predicate
dsd-disable-predicate (generic function)
(setf dsd-disable-predicate) (generic function)
:view-type
dsd-view-type (generic function)
(setf dsd-view-type) (generic function)
:list-of-values
dsd-list-of-values (generic function)
(setf dsd-list-of-values) (generic function)
/home/quickref/common-lisp/quickref/bin/declt
standard-effective-slot-definition (class)
:value-type
esd-value-type (generic function)
(setf esd-value-type) (generic function)
:print-formatter
esd-print-formatter (generic function)
(setf esd-print-formatter) (generic function)
:description
esd-description (generic function)
(setf esd-description) (generic function)
:short-description
esd-short-description (generic function)
(setf esd-short-description) (generic function)
:user-name
esd-user-name (generic function)
(setf esd-user-name) (generic function)
:subobject
esd-subobject (generic function)
(setf esd-subobject) (generic function)
:hyperlink
esd-hyperlink (generic function)
(setf esd-hyperlink) (generic function)
:hyperlink-parameters
esd-hyperlink-parameters (generic function)
(setf esd-hyperlink-parameters) (generic function)
:indexed
esd-indexed (generic function)
(setf esd-indexed) (generic function)
:inverse
esd-inverse (generic function)
(setf esd-inverse) (generic function)
:unique
esd-unique (generic function)
(setf esd-unique) (generic function)
:sql-name
esd-sql-name (generic function)
(setf esd-sql-name) (generic function)
:null-allowed
esd-null-allowed (generic function)
(setf esd-null-allowed) (generic function)
:stored
esd-stored (generic function)
(setf esd-stored) (generic function)
:input-filter
esd-input-filter (generic function)
(setf esd-input-filter) (generic function)
:unbound-lookup
esd-unbound-lookup (generic function)
(setf esd-unbound-lookup) (generic function)
:value-constraint
esd-value-constraint (generic function)
(setf esd-value-constraint) (generic function)
:void-text
esd-void-text (generic function)
(setf esd-void-text) (generic function)
:read-only-groups
esd-read-only-groups (generic function)
(setf esd-read-only-groups) (generic function)
:hidden-groups
esd-hidden-groups (generic function)
(setf esd-hidden-groups) (generic function)
:unit
esd-unit (generic function)
(setf esd-unit) (generic function)
:compute-cached-value
esd-compute-cached-value (generic function)
(setf esd-compute-cached-value) (generic function)
:disable-predicate
esd-disable-predicate (generic function)
(setf esd-disable-predicate) (generic function)
:view-type
esd-view-type (generic function)
(setf esd-view-type) (generic function)
:list-of-values
esd-list-of-values (generic function)
(setf esd-list-of-values) (generic function)
:ho-type
esd-ho-type (generic function)
(setf esd-ho-type) (generic function)
:sql-type
esd-sql-type (generic function)
(setf esd-sql-type) (generic function)
:sql-length
esd-sql-length (generic function)
(setf esd-sql-length) (generic function)
View class for a hyperobject
views.lisp (file)
standard-object (class)
Class of object to be viewed.
:object-class
object-class (generic function)
(setf object-class) (generic function)
List of effective slots for object to be viewed.
:slots
slots (generic function)
(setf slots) (generic function)
id for this view.
Source code for generating view.
:source-code
source-code (generic function)
(setf source-code) (generic function)
Country’s Language for this view.
:country-language
:en
default function that prints the object
:printer
printer (generic function)
(setf printer) (generic function)
(or string null)
:file-start-str
file-start-str (generic function)
(setf file-start-str) (generic function)
(or string null)
:file-end-str
file-end-str (generic function)
(setf file-end-str) (generic function)
(or string function null)
:list-start-printer
list-start-printer (generic function)
(setf list-start-printer) (generic function)
:list-start-indent
list-start-indent (generic function)
(setf list-start-indent) (generic function)
(or string function null)
:list-end-printer
list-end-printer (generic function)
(setf list-end-printer) (generic function)
:list-end-indent
list-end-indent (generic function)
(setf list-end-indent) (generic function)
(or string function null)
:obj-start-printer
obj-start-printer (generic function)
(setf obj-start-printer) (generic function)
:obj-start-indent
obj-start-indent (generic function)
(setf obj-start-indent) (generic function)
(or string function null)
:obj-end-printer
obj-end-printer (generic function)
(setf obj-end-printer) (generic function)
:obj-end-indent
obj-end-indent (generic function)
(setf obj-end-indent) (generic function)
(or string function null)
:subobj-start-printer
subobj-start-printer (generic function)
(setf subobj-start-printer) (generic function)
:subobj-start-indent
subobj-start-indent (generic function)
(setf subobj-start-indent) (generic function)
(or string function null)
:subobj-end-printer
subobj-end-printer (generic function)
(setf subobj-end-printer) (generic function)
:subobj-end-indent
subobj-end-indent (generic function)
(setf subobj-end-indent) (generic function)
:obj-data-indent
obj-data-indent (generic function)
(setf obj-data-indent) (generic function)
(or function null)
:obj-data-printer
obj-data-printer (generic function)
(setf obj-data-printer) (generic function)
(or function list null)
:obj-data-print-code
obj-data-print-code (generic function)
(setf obj-data-print-code) (generic function)
(or function string null)
:obj-data-start-printer
obj-data-start-printer (generic function)
(setf obj-data-start-printer) (generic function)
(or string null)
:obj-data-end-printer
obj-data-end-printer (generic function)
(setf obj-data-end-printer) (generic function)
Function that performs hierarchical indenting
(or function null)
indenter (generic function)
(setf indenter) (generic function)
List of slot names that have hyperlinks
list
link-slots (generic function)
(setf link-slots) (generic function)
(or string null)
:link-page
link-page (generic function)
(setf link-page) (generic function)
(or string null)
:link-href-start
link-href-start (generic function)
(setf link-href-start) (generic function)
(or string null)
:link-href-end
link-href-end (generic function)
(setf link-href-end) (generic function)
(or string null)
:link-ampersand
link-ampersand (generic function)
(setf link-ampersand) (generic function)
Initarg | Value |
---|---|
:link-page | "meta-search.html" |
rules.lisp (file)
standard-object (class)
:name
name (generic function)
(setf name) (generic function)
:dependants
dependants (generic function)
(setf dependants) (generic function)
:volatile
volatile (generic function)
(setf volatile) (generic function)
:access-slots
access-slots (generic function)
(setf access-slots) (generic function)
:source-code
source-code (generic function)
(setf source-code) (generic function)
:func
func (generic function)
(setf func) (generic function)
subobject information
mop.lisp (file)
standard-object (class)
symbol
:name-class
name-class (generic function)
symbol
:name-slot
name-slot (generic function)
symbol
:lazy-class
lazy-class (generic function)
(or function symbol)
:lookup
lookup (generic function)
list
:lookup-keys
lookup-keys (generic function)
Initarg | Value |
---|---|
:name-class | nil |
:name-slot | nil |
:lazy-class | nil |
:lookup | nil |
:lookup-keys | nil |
Previous: Definitions, Up: Top [Contents][Index]
• Concept index: | ||
• Function index: | ||
• Variable index: | ||
• Data type index: |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F H L |
---|
Jump to: | F H L |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | (
A B C D E F G H I L M N O P R S T U V W X |
---|
Jump to: | (
A B C D E F G H I L M N O P R S T U V W X |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
+
A C D F G H I L N O P R S U V |
---|
Jump to: | *
+
A C D F G H I L N O P R S U V |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | C H O P R S |
---|
Jump to: | C H O P R S |
---|