transfer action to place it on a workspace. The item remains transient until or unless you make it permanent with the make permanent action. Transient items are deleted by G2 when the KB is reset. For a description of transient and permanent items, see Understanding the Knowledge Contained in Items.
Creating Transient Connections
Creating transient connections is described in Creating Transient Connections.
Creating an Item of a Particular Class
To create an item of a particular class:
create {a | an} class-name [local-name]
![]() |
Creating an Item by Cloning Another
To create an item by cloning an existing item:
create {a | an} class-name {local-name} by cloning item
clone menu choice, described in Cloning an Item, except that using the menu choice creates a permanent item, while using the create action creates a transient one. Cloning an item also clones its subworkspace and all items and their attributes on the subworkspace, but does not clone any relations. An example of creating by cloning is: ![]() |
Creating an Item of a Class Using an Indirect Reference
To create an item whose class is determined from an expression:
create an instance of the class named by symbolic-expression
X evaluates to a class name.
![]() |