| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ SimpRepInstructions | GetInstructions
()
Returns instructions that specify which internal data is required to define a simplified representation. |
| SimpRepType | GetSimpRepType
()
Returns the type of a simplified representation. |
| void | SetInstructions
(
/*optional*/
SimpRepInstructions Instructions)
Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Method Detail |
|---|
| GetSimpRepType |
|---|
| SimpRepType | GetSimpRepType | () |
Returns the type of a simplified representation.
|
| GetInstructions |
|---|
| /*optional*/ SimpRepInstructions | GetInstructions | () |
Returns instructions that specify which internal data is required to define a simplified representation.
|
| SetInstructions |
|---|
| void | SetInstructions | ( /*optional*/ SimpRepInstructions Instructions) |
Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.
|