ecl-logo Documentation

Types

Types[]types

returns a list of all defined types.

Types[type]types

returns a list of all defined types that are a sub-type of type.

Types[Object]objectTypes

returns a list of all defined objectTypes.

Types[Model]modelTypes

returns a list of all defined modelTypes.

Details

  • Given a type that does not exist, Types will return an empty list {}.
  • Input
    Output

Examples

Basic Examples  (4)

Returns a list of all defined types:

Types which have not been defined do not exist in the Types list:

Returns a list of types from the given level down:

Returns a list of types for a given Model:

Additional Examples  (3)

Returns a list of all Object types:

Returns a list of all Model types:

Get a list of multiple sub-types: