Library | Package Java Toolkit

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.



Method Summary
stringseqGetExpressions ()
    Get method for attribute "Expressions"
    The parameter expression(s).
voidSetExpressions (stringseq value)
    Set method for attribute "Expressions"
    The parameter expression(s).

Methods Inherited from Interface com.ptc.wfc.wfcAssembly.AssemblyRule
GetRuleType

Method Detail

GetExpressions/SetExpressions

stringseqGetExpressions ()
voidSetExpressions (stringseq value)


    The parameter expression(s).

e.g. type == "electrical" | cost >= 100
Manual References:
Assemblies and Components: Gathering Components by Parameters, Assemblies and Components: Gathering Components by Parameters, Assemblies and Components: Gathering Components by Parameters