Library | Package Java Toolkit

Interface ModelCheckInstructions

package com.ptc.pfc.pfcModelCheck;

public interface ModelCheckInstructions
  extends jxobject



Description

This class describes ModelCheck instructions details.



Method Summary
/*optional*/ StringGetConfigDir ()
    Get method for attribute "ConfigDir"
    Specifies the directory which contains the ModelCheck configuration directory (which must be named 'config'). If null then the default ModelCheck configuration directory will be used.
/*optional*/ ModelCheckModeGetMode ()
    Get method for attribute "Mode"
    Specifies the mode to use when executing ModelCheck. If null, the non-graphic mode will be used.
/*optional*/ StringGetOutputDir ()
    Get method for attribute "OutputDir"
    Specifies the directory where the report will be written. If null then default ModelCheck output directory ,as per config_init.mc , will be used.
/*optional*/ BooleanGetShowInBrowser ()
    Get method for attribute "ShowInBrowser"
    Specifies if the results report should be shown in the browser. If null (the default) it will not be shown.
voidSetConfigDir ( /*optional*/ String value)
    Set method for attribute "ConfigDir"
    Specifies the directory which contains the ModelCheck configuration directory (which must be named 'config'). If null then the default ModelCheck configuration directory will be used.
voidSetMode ( /*optional*/ ModelCheckMode value)
    Set method for attribute "Mode"
    Specifies the mode to use when executing ModelCheck. If null, the non-graphic mode will be used.
voidSetOutputDir ( /*optional*/ String value)
    Set method for attribute "OutputDir"
    Specifies the directory where the report will be written. If null then default ModelCheck output directory ,as per config_init.mc , will be used.
voidSetShowInBrowser ( /*optional*/ Boolean value)
    Set method for attribute "ShowInBrowser"
    Specifies if the results report should be shown in the browser. If null (the default) it will not be shown.

Method Detail

GetShowInBrowser/SetShowInBrowser

/*optional*/ BooleanGetShowInBrowser ()
voidSetShowInBrowser ( /*optional*/ Boolean value)


    Specifies if the results report should be shown in the browser. If null (the default) it will not be shown.
Manual References:
Models: Running Creo ModelCHECK, Models: Running Creo ModelCHECK



GetMode/SetMode

/*optional*/ ModelCheckModeGetMode ()
voidSetMode ( /*optional*/ ModelCheckMode value)


    Specifies the mode to use when executing ModelCheck. If null, the non-graphic mode will be used.
Manual References:
Models: Running Creo ModelCHECK, Models: Running Creo ModelCHECK



GetConfigDir/SetConfigDir

/*optional*/ StringGetConfigDir ()
voidSetConfigDir ( /*optional*/ String value)


    Specifies the directory which contains the ModelCheck configuration directory (which must be named 'config'). If null then the default ModelCheck configuration directory will be used.
Manual References:
Models: Running Creo ModelCHECK, Models: Running Creo ModelCHECK



GetOutputDir/SetOutputDir

/*optional*/ StringGetOutputDir ()
voidSetOutputDir ( /*optional*/ String value)


    Specifies the directory where the report will be written. If null then default ModelCheck output directory ,as per config_init.mc , will be used.
Manual References:
Models: Running Creo ModelCHECK, Models: Running Creo ModelCHECK