Next: Contents
Application Interface to the LINCKS Database System through
the LIBLINCKS library.
Programmers Manual
Manual version: 1.1 1/28/94
Lab for Intelligent Information Systems
Department of Computer and Information Science
University of Linköping, Sweden
Author: Lin Padgham
Contributors: Ralph Rönnquist, Martin Sjölin, Leif Running, Patrick
Lambrix, Thomas Hall, and David Partain.
Last updated: January 28, 1994
Abstract:
This manual is a description of the library at the lowest
access level of the LINCKS system. It should only be used as a
temporary measure prior to the availability of a more `friendly'
application programmer's manual.

- Contents
- List of Figures
- Introduction
- Architecture
- Objects, Links and Attributes
- Data Types
- Version Handling and Currency
- Composite Objects
- Parallel Editing Notification
- Command History
- LIBLINCKS Functions
- Example
- Function Definitions
- Functions on the Attribute Section
- CAGN_CHANGEATTRGROUPNAME(lbl,from,to)
- CAN_CHANGEATTRNAME(lbl,group,from,to)
- GAGN_GETATTRGROUPNAMES(lbl,mapfn,extra)
- GAN_GETATTRNAMES(lbl,group,mapfn,extra)
- GA_GETATTR(lbl,group,field,val)
- RAGT_REMOVEATTRGROUPTAG(lbl,group)
- RAGV_REMOVEATTRGROUPVAL(lbl,group)
- RAT_REMOVEATTRTAG(lbl,group,field)
- RAV_REMOVEATTRVAL(lbl,group,field)
- SA_SETATTR(lbl,group,field,val)
- Functions on the Links Section
- CLGN_CHANGELINKGROUPNAME(lbl,from,to)
- CLN_CHANGELINKNAME(lbl,group,from,to)
- GLGN_GETLINKGROUPNAMES(lbl,mapfn,extra)
- GLI_GETLINKITEM(lbl,group,field,pos,item)
- GLN_GETLINKNAMES(lbl,group,mapfn,extra)
- GLV_GETLINKVAL(lbl,group,name,mapfn,extra)
- LINK(from,group,field,to,pos)
- RLGT_REMOVELINKGROUPTAG(lbl,group)
- RLGV_REMOVELINKGROUPVAL(lbl,group)
- RLT_REMOVELINKTAG(lbl,group,field)
- RLV_REMOVELINKVAL(lbl,group,field)
- ULA_UNLINKAT(lbl,group,field,pos)
- UL_UNLINK(lbl,group,field,to)
- Functions on the Image Section
- Functions on Objects
- Administration Functions
- Functions to (Dis)Connect to Database
- PEN Functions
- Functions on Binding Tables
- Functions on The Command History
- Access Control Functions
- Error Codes
- System attributes and links
- Caveats
- Index
- About this document ...
Martin Sjolin
Thu Jun 15 20:41:59 MET DST 1995