Class PolicyModelGenerator.PolicySourceModelCreator

  • Direct Known Subclasses:
    ModelGenerator.SourceModelCreator
    Enclosing class:
    PolicyModelGenerator

    protected static class PolicyModelGenerator.PolicySourceModelCreator
    extends Object
    Allows derived classes to pass their own implementation of PolicySourceModelCreator into the PolicyModelGenerator instance.
    • Constructor Detail

      • PolicySourceModelCreator

        protected PolicySourceModelCreator()
    • Method Detail

      • create

        protected PolicySourceModel create​(Policy policy)
        Create an instance of the PolicySourceModel.
        Parameters:
        policy - The policy that underlies the created PolicySourceModel.
        Returns:
        An instance of the PolicySourceModel.