API Documentation > Interfaces > Interface AssemblyExpressionRule
Interface AssemblyExpressionRule

package com.ptc.wfc.wfcAssembly;

public interface
AssemblyExpressionRule
extends
com.ptc.wfc.wfcAssembly.AssemblyRule


Description
The rule for gathering components by expressions involving parameters.
User Guide References:
Methods Inherited from Interface com.ptc.wfc.wfcAssembly.AssemblyRule :
Method Summary
Get method for attribute "Expressions"
The parameter expression(s).
void
Set method for attribute "Expressions"
The parameter expression(s).
Method Detail
GetExpressions
GetExpressions
()
SetExpressions
void
SetExpressions
(stringseq value)
The parameter expression(s).
e.g. type == "electrical" | cost >= 100
User Guide References:
Was this helpful?