Class Creator

java.lang.Object
com.fluxtion.creator.Creator

public class Creator
extends java.lang.Object
A Creator processes a meta-model to produce a code solution for the Fluxtion generator to consume. The Creator is intended as a bridge between CASE tools and Fluxtion utility.

The creator is invoked one step before the generator and produces a code input to the Fluxtion generator. Outputs will include:

  • Events that are not discoverable by Fluxtion
  • Nodes that are not discoverable by Fluxtion
Author:
gregp
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    class  Creator.FieldEdge  
  • Constructor Summary

    Constructors 
    Constructor Description
    Creator()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Class createModel​(CreatorConfig config)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createModel

      public java.lang.Class createModel​(CreatorConfig config) throws java.lang.Exception
      Throws:
      java.lang.Exception