Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Uses of Package
org.openquark.cal.runtime

Packages that use org.openquark.cal.runtime
org.openquark.cal.foreignsupport.module.Drawing The Drawing package in CAL_Libraries consists of classes that help CAL to draw a rendition. 
org.openquark.cal.machine   
org.openquark.cal.runtime   
org.openquark.cal.runtime.lecc   
org.openquark.cal.services Provides the top-level API for accessing services provided by the Quark Platform. 
org.openquark.cal.valuenode   
 

Classes in org.openquark.cal.runtime used by org.openquark.cal.foreignsupport.module.Drawing
CalFunction
          A Java object of this type is produced by the CAL function: Prelude.makeCalFunction :: (JObject -> JObject) -> CalFunction; CalFunction allows a Java client to initiate the evaluation of 'makeCalFunction f' for a particular argument value supplied by the Java client.
 

Classes in org.openquark.cal.runtime used by org.openquark.cal.machine
CALExecutorException
          Base class for exceptions involved in evaluating CAL code.
ExecutionContext
          Provides an environment in which the execution of a CAL function occurs.
ExecutionContextProperties
          This class encapsulates an immutable map of key-value pairs which are exposed in CAL as system properties.
MachineType
          Type-safe enum pattern for the machine types supported by CAL.
ResourceAccess
          This interface represents the mechanism through which the CAL runtime is to access resources in the current environment (e.g. from the workspace, or from Eclipse).
 

Classes in org.openquark.cal.runtime used by org.openquark.cal.runtime
CALExecutorException
          Base class for exceptions involved in evaluating CAL code.
CALExecutorException.ExternalException
          A base class for external exceptions.
CALExecutorException.InternalException
          Base class for Internal exceptions.
CALExecutorException.InternalException.VMException
          An exception used to deal with VM errors.
CALExecutorException.Type
          Enum for the different types of exceptions.
CalValue
          This is the base class used by CAL for values.
CalValue.DataType
          An enumeration for the underlying value type of an internal value.
DebugSupport.InternalValueStats
          Immutable value class holding statistical information gathered from a CalValue The statistics/information gathered by this class are for debugging purposes only and should not be relied upon in production code.
ErrorInfo
          Class used to provide the information needed to show source position information in error messages.
ExecutionContextProperties
          This class encapsulates an immutable map of key-value pairs which are exposed in CAL as system properties.
MachineType
          Type-safe enum pattern for the machine types supported by CAL.
 

Classes in org.openquark.cal.runtime used by org.openquark.cal.runtime.lecc
CalValue
          This is the base class used by CAL for values.
ExecutionContext
          Provides an environment in which the execution of a CAL function occurs.
ExecutionContextProperties
          This class encapsulates an immutable map of key-value pairs which are exposed in CAL as system properties.
 

Classes in org.openquark.cal.runtime used by org.openquark.cal.services
CALExecutorException
          Base class for exceptions involved in evaluating CAL code.
ExecutionContext
          Provides an environment in which the execution of a CAL function occurs.
ExecutionContextProperties
          This class encapsulates an immutable map of key-value pairs which are exposed in CAL as system properties.
MachineType
          Type-safe enum pattern for the machine types supported by CAL.
ResourceAccess
          This interface represents the mechanism through which the CAL runtime is to access resources in the current environment (e.g. from the workspace, or from Eclipse).
 

Classes in org.openquark.cal.runtime used by org.openquark.cal.valuenode
CALExecutorException
          Base class for exceptions involved in evaluating CAL code.
ExecutionContext
          Provides an environment in which the execution of a CAL function occurs.
 


Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.