Uses of Interface
org.drools.compiler.lang.api.GlobalDescrBuilder
-
Packages that use GlobalDescrBuilder Package Description org.drools.compiler.lang.api org.drools.compiler.lang.api.impl -
-
Uses of GlobalDescrBuilder in org.drools.compiler.lang.api
Methods in org.drools.compiler.lang.api that return GlobalDescrBuilder Modifier and Type Method Description GlobalDescrBuilderGlobalDescrBuilder. identifier(String identifier)Sets the identifier for the global.GlobalDescrBuilderPackageDescrBuilder. newGlobal()Adds a global statement to the packageGlobalDescrBuilderGlobalDescrBuilder. type(String type)Sets the type of the global. -
Uses of GlobalDescrBuilder in org.drools.compiler.lang.api.impl
Classes in org.drools.compiler.lang.api.impl that implement GlobalDescrBuilder Modifier and Type Class Description classGlobalDescrBuilderImplMethods in org.drools.compiler.lang.api.impl that return GlobalDescrBuilder Modifier and Type Method Description GlobalDescrBuilderGlobalDescrBuilderImpl. identifier(String identifier)GlobalDescrBuilderPackageDescrBuilderImpl. newGlobal()GlobalDescrBuilderGlobalDescrBuilderImpl. type(String type)
-