com.pega.pegarules.pub.generator
Interface GenericAssembler

All Known Subinterfaces:
GenericAssemblerValidator, JavaGenerator, JavaGeneratorExtended

public interface GenericAssembler

The RuleBasedAssembler interface is the minimum implementation required for an assembler. This is used by generation services to frame the one assembler that dispatches to rules that implement assembly.

Version:
$Revision: 579 $ $Date: 2009-10-02 11:02:23 -0400 (Fri, 02 Oct 2009) $
Author:
Bill Clinton

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Method Summary
 java.lang.String getDefinedPrimaryPageClass()
          Names the class of the primary page that will be used by this rule in the absence of overriding information.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
See Also:
Constant Field Values
Method Detail

getDefinedPrimaryPageClass

java.lang.String getDefinedPrimaryPageClass()
Names the class of the primary page that will be used by this rule in the absence of overriding information. Typically the name of the class in which the rule instance is defined.

Returns:
name of default Class for primary page


Copyright © 2012 Pegasystems Inc. All Rights Reserved.