API Documentation > Classes > Class pfcModelCheck
Class pfcModelCheck

package com.ptc.pfc.pfcModelCheck;

public class
pfcModelCheck


Description
Contains global CIP definitions for module "pfcModelCheck"
Method Summary
Method Detail
ModelCheckInstructions_Create
ModelCheckInstructions_Create
()
Creates a new ModelCheckInstructions object.
User Guide References:
Returns:
The new object.
CustomCheckResults_Create
CustomCheckResults_Create
(int ResultsCount)
Creates a new CustomCheckResults object.
User Guide References:
Parameters:
ResultsCount
The results found.
Returns:
The new object.
CustomCheckInstructions_Create
CustomCheckInstructions_Create
(String CheckName, String CheckLabel, ModelCheckCustomCheckListener Listener)
Creates a new ModelCheckInstructions object.
User Guide References:
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.
Was this helpful?