Library | Package Standard Definitions

Package com.ptc.cipjava

Description

Definition of CIP Java base interfaces and classes and standard data collections.

Interfaces
jxobject Base interface for all CIP Java interfaces and classes
jxenum Base interface for all CIP Java enum classes

Classes
jxthrowable Base class for all CIP Java exception classes.
booleanseq Sequence of booleans.
intseq Sequence of integers.
realseq Sequence of real numbers.
stringseq Sequence of strings.
booleandict Dictionary of booleans.
intdict Dictionary of integers.
realdict Dictionary of real numbers.
stringdict Dictionary of strings.