|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| ExecutionHandle | An ExecutionHandle allows an
application to monitor or terminate a task, as
well as wait for the completion of a task. |
| ExecutionStatus | An ExecutionStatus instance contains
a snapshot of task status. |
| Factory | The common superclass of factory classes. |
| JDMErrorCodes | The interface JDMErrorCodes defines the error codes to be used
in the JDM API. |
| MiningObject | A MiningObject serves as a common
interface for top level JDM classes. |
| VerificationReport | A VerificationReport instance is
used to provide results from a verify method. |
| Class Summary | |
| ComparisonOperator | The enumeration ComparisonOperator
specifies the comparison operator that associates
an attribute with a value in a
SimplePredicate. |
| Enum | This abstract class is used to implement enumerations of an extensible specification. |
| ExecutionState | The enumeration ExecutionState
represents the states of a task. |
| ImportExportFormat | The enumeration ImportExportFormat
represent the format of the object to be imported
or exported. |
| LogicalAttributeUsage | The enumeration
LogicalAttributeUsage indicates how a
particular logical attribute should be used in the
build settings. |
| MiningAlgorithm | The enumeration MiningAlgorithm
lists the types of the mining algorithms supported
in JDM. |
| MiningFunction | The enumeration MiningFunction lists
the types of the mining functions supported in
JDM. |
| MiningTask | The enumeration MiningTask lists the
task types in JDM. |
| NamedObject | The enumeration NamedObject lists
the named objects in JDM. |
| OutlierTreatment | The enumeration OutlierTreatment
defines how outliers are to be treated during
model build. |
| ReportType | The enumeration ReportType defines
the type of the report contained in the
VerificationReport object. |
| SizeUnit | The enumeration SizeUnit specifies
the unit of the number being returned. |
| SortOrder | The enumeration SortOrder defines
sort order options for objects retrieved from the
DME. |
| Exception Summary | |
| ConnectionFailureException | The class ConnectionFailureException extends JDMException
to indicate conditions that a Connection to a DME has a problem. |
| DuplicateEntryException | The class DuplicateEntryException extends InvalidObjectException
to indicate conditions where entries with the same specification are found in an object. |
| EntryNotFoundException | The class EntryNotFoundException extends InvalidObjectException
to indicate conditions where an entry specified with an object cannot be found or identified. |
| IncompatibleSpecificationException | The class IncompatibleSpecificationException extends JDMException
to indicate conditions where input mining specification is incompatible. |
| InvalidObjectException | The class InvalidObjectException extends JDMException
to indicate conditions regarding the following:
JDM_ENTRY_NOT_FOUND (EntryNotFoundException)
JDM_DUPLICATE_ENTRY (DuplicateEntryException)
JDM_OBJECT_NOT_FOUND (ObjectNotFoundException)
JDM_OBJECT_EXISTS (ObjectExistsException)
|
| InvalidURIException | The class InvalidURIException extends JDMException
to indicate conditions where input URI is in invalid format, or the object
specified the URI is not accessible. |
| JDMException | The class JDMException extends java.lang.Exception
to indicate conditions that a reasonable application might want to catch. |
| JDMIllegalArgumentException | The class JDMIllegalArgumentException extends
java.lang.IllegalArgumentException
to indicate conditions where the specified argument cannot be accepted by the API. |
| JDMUnsupportedFeatureException | The class JDMUnsupportedFeatureException extends
java.lang.UnsupportedOperationException
to indicate conditions where the specified feature is not supported by the implementation. |
| ObjectExistsException | The class ObjectExistsException extends InvalidObjectException
to indicate conditions where the specified object has a conflicting name of another
object in the DME. |
| ObjectNotFoundException | The class ObjectNotFoundException extends InvalidObjectException
to indicate conditions where the specified object cannot be found or identified in the
DME. |
| TaskException | The class TaskException extends JDMException
to indicate conditions where execution of Task cannot progress. |
This package contains Java classes and interfaces describing basic objects used in the other JDM packages.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||