public class JCFile
extends java.lang.Object
| Constructor and Description |
|---|
JCFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
featureSuppress(java.lang.String sessionId,
java.lang.String modelName,
int featureId)
Native function to suppress a new component added to an assembly.
|
void |
setDebug(boolean debug) |
void |
suppressNewFeature(AbstractJLISession jliSession,
CallAssembly assembly,
CallFeature newfeat)
Set up and call the native function to suppress a new component added to an assembly.
|
public void suppressNewFeature(AbstractJLISession jliSession, CallAssembly assembly, CallFeature newfeat) throws JLIException, com.ptc.cipjava.jxthrowable
jliSession - assembly - newfeat - JLIExceptioncom.ptc.cipjava.jxthrowablepublic void featureSuppress(java.lang.String sessionId,
java.lang.String modelName,
int featureId)
sessionId - The JShell session IDmodelName - Name of the model that owns the featurefeatureId - Feature ID to suppresspublic void setDebug(boolean debug)
debug - Whether to turn on debuggin in the native code