Class DecisionTableFileSetResource

  • All Implemented Interfaces:
    org.kie.efesto.compilationmanager.api.model.EfestoResource<java.util.Set<java.io.File>>

    public class DecisionTableFileSetResource
    extends AbstractDrlFileSetResource
    File set for "decision tables" files
    • Constructor Summary

      Constructors 
      Constructor Description
      DecisionTableFileSetResource​(java.util.Set<java.io.File> modelFiles, java.lang.String basePath)  
    • Method Summary

      • Methods inherited from class org.kie.efesto.compilationmanager.api.model.EfestoSetResource

        getContent, getModelLocalUriId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.efesto.compilationmanager.api.model.EfestoResource

        getContent
    • Constructor Detail

      • DecisionTableFileSetResource

        public DecisionTableFileSetResource​(java.util.Set<java.io.File> modelFiles,
                                            java.lang.String basePath)