API Documentation > Interfaces > Interface SimpRep
Interface SimpRep

package com.ptc.pfc.pfcSimpRep;

public interface
SimpRep
extends
com.ptc.pfc.pfcModelItem.ModelItem


Description
This class defines a simplified representation.
Direct Known Subclasses:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Method Summary
/*cipOptional*/ SimpRepInstructions
Returns instructions that specify which internal data is required to define a simplified representation.
Returns the type of a simplified representation.
void
SetInstructions ( /*cipOptional*/ SimpRepInstructions Instructions)
Enables you to set (ifnull) or change instructions that specify the internal data required to define a simplified representation.
Method Detail
GetSimpRepType
GetSimpRepType
()
Returns the type of a simplified representation.
See Also:
Returns:
The simplified representation type.
GetInstructions
/*cipOptional*/ SimpRepInstructions
GetInstructions
()
Returns instructions that specify which internal data is required to define a simplified representation.
User Guide References:
Returns:
The pfcSimpRepInstructions or null.
SetInstructions
void
SetInstructions
( /*cipOptional*/ SimpRepInstructions Instructions)
Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.
User Guide References:
Parameters:
Instructions
The new instructions.
Returns:
Was this helpful?