Library | Package Java Toolkit

Class pfcModelCheck

package com.ptc.pfc.pfcModelCheck;

public class pfcModelCheck



Description

Contains global CIP definitions for module "pfcModelCheck"



Method Summary
static CustomCheckInstructionsCustomCheckInstructions_Create (String CheckName, String CheckLabel, ModelCheckCustomCheckListener Listener)
    Creates a new ModelCheckInstructions object.
static CustomCheckResultsCustomCheckResults_Create (int ResultsCount)
    Creates a new CustomCheckResults object.
static ModelCheckInstructionsModelCheckInstructions_Create ()
    Creates a new ModelCheckInstructions object.

Method Detail

ModelCheckInstructions_Create

static ModelCheckInstructionsModelCheckInstructions_Create ()


    Creates a new ModelCheckInstructions object.
Manual References:
Models: Running Creo ModelCHECK, Models: Running Creo ModelCHECK
Returns:
The new object.


CustomCheckResults_Create

static CustomCheckResultsCustomCheckResults_Create (int ResultsCount)


    Creates a new CustomCheckResults object.
Manual References:
Models: Custom Checks, Models: Custom Checks
Parameters:
ResultsCount
The results found.
Returns:
The new object.


CustomCheckInstructions_Create

static CustomCheckInstructionsCustomCheckInstructions_Create (String CheckName, String CheckLabel, ModelCheckCustomCheckListener Listener)


    Creates a new ModelCheckInstructions object.
Manual References:
Models: Custom Checks, Models: Custom Checks
Parameters:
CheckName
Name of the check.
CheckLabel
Label of the check.
Listener
The object containing the implementation of the custom check methods.
Returns:
The new object.