createDomain function

Creates a variable size Domain.

Syntax
Domain Connection.createDomain(
  int type,
  int size
) throws ULjException
Parameters
  • type   The domain type.

  • size   The size of domain.

Returns

The Domain of the given type.