Serialized Form


Package org.drools.ide.common.client.factconstraints

Class org.drools.ide.common.client.factconstraints.ArgumentNotSetException extends Exception implements Serializable

serialVersionUID: 501L


Package org.drools.ide.common.client.factconstraints.config

Class org.drools.ide.common.client.factconstraints.config.SimpleConstraintConfigurationImpl extends Object implements Serializable

serialVersionUID: 501L

Serialized Fields

args

Map<K,V> args

constraintName

String constraintName

factType

String factType

fieldName

String fieldName

Package org.drools.ide.common.client.factconstraints.customform

Package org.drools.ide.common.client.factconstraints.customform.predefined

Class org.drools.ide.common.client.factconstraints.customform.predefined.DefaultCustomFormImplementation extends Object implements Serializable

Serialized Fields

width

int width

height

int height

factType

String factType

fieldName

String fieldName

url

String url

Package org.drools.ide.common.client.modeldriven

Class org.drools.ide.common.client.modeldriven.MethodInfo extends Object implements Serializable

Serialized Fields

name

String name

params

List<E> params

returnClassType

String returnClassType

parametricReturnType

String parametricReturnType

genericType

String genericType

Class org.drools.ide.common.client.modeldriven.ModelAnnotation extends Object implements Serializable

Serialized Fields

annotationName

String annotationName

annotationValues

Map<K,V> annotationValues

Class org.drools.ide.common.client.modeldriven.ModelField extends Object implements Serializable

Serialized Fields

name

String name

className

String className

type

String type
parametrized type of clazz


classType

ModelField.FIELD_CLASS_TYPE classType

Class org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine extends Object implements Serializable

Serialized Fields

fieldParametersType

Map<K,V> fieldParametersType
A map of the field that contains the parametrized type of a collection List name key = "name" value = "String"


globalTypes

Map<K,V> globalTypes
Contains a map of globals (name is key) and their type (value).


dataEnumLists

Map<K,V> dataEnumLists
Contains a map of { TypeName.field : String[] } - where a list is valid values to display in a drop down for a given Type.field combination.


annotationsForTypes

Map<K,V> annotationsForTypes
A map of Annotations for FactTypes. Key is FactType, value is list of annotations


globalCollections

String[] globalCollections
This will show the names of globals that are a collection type.


conditionDSLSentences

DSLSentence[] conditionDSLSentences
DSL language extensions, if needed, if provided by the package.


actionDSLSentences

DSLSentence[] actionDSLSentences

keywordDSLItems

DSLSentence[] keywordDSLItems

anyScopeDSLItems

DSLSentence[] anyScopeDSLItems

methodInfos

Map<K,V> methodInfos

modelFields

Map<K,V> modelFields

filterModelFields

Map<K,V> filterModelFields

accessorsAndMutators

Map<K,V> accessorsAndMutators

factFilter

FactTypeFilter factFilter

filteringFacts

boolean filteringFacts

Package org.drools.ide.common.client.modeldriven.auditlog

Class org.drools.ide.common.client.modeldriven.auditlog.AuditLog extends Object implements Serializable

serialVersionUID: -8133752193392354305L

Serialized Fields

filter

AuditLogFilter filter

entries

LinkedList<E> entries

Class org.drools.ide.common.client.modeldriven.auditlog.AuditLogEntry extends Object implements Serializable

serialVersionUID: -6751253344147726552L

Serialized Fields

dateOfEntry

Date dateOfEntry

userName

String userName

userComment

String userComment

isDeleted

boolean isDeleted

Class org.drools.ide.common.client.modeldriven.auditlog.AuditLogFilter extends Object implements Serializable

serialVersionUID: 2465421087379912355L

Serialized Fields

acceptedTypes

Map<K,V> acceptedTypes

Package org.drools.ide.common.client.modeldriven.brl

Class org.drools.ide.common.client.modeldriven.brl.ActionCallMethod extends ActionSetField implements Serializable

Serialized Fields

state

int state

methodName

String methodName

Class org.drools.ide.common.client.modeldriven.brl.ActionExecuteWorkItem extends Object implements Serializable

Serialized Fields

workDefinition

PortableWorkDefinition workDefinition

Class org.drools.ide.common.client.modeldriven.brl.ActionFieldFunction extends ActionFieldValue implements Serializable

Serialized Fields

method

String method

Class org.drools.ide.common.client.modeldriven.brl.ActionFieldList extends Object implements Serializable

Serialized Fields

fieldValues

ActionFieldValue[] fieldValues

Class org.drools.ide.common.client.modeldriven.brl.ActionFieldValue extends Object implements Serializable

Serialized Fields

field

String field

value

String value

nature

long nature

type

String type
This is the datatype archectype (eg String, Numeric etc).

Class org.drools.ide.common.client.modeldriven.brl.ActionGlobalCollectionAdd extends Object implements Serializable

Serialized Fields

globalName

String globalName

factName

String factName

Class org.drools.ide.common.client.modeldriven.brl.ActionInsertFact extends ActionFieldList implements Serializable

Serialized Fields

factType

String factType

boundName

String boundName

isBound

boolean isBound

Class org.drools.ide.common.client.modeldriven.brl.ActionInsertLogicalFact extends ActionInsertFact implements Serializable

Class org.drools.ide.common.client.modeldriven.brl.ActionRetractFact extends Object implements Serializable

Serialized Fields

variableName

String variableName

Class org.drools.ide.common.client.modeldriven.brl.ActionSetField extends ActionFieldList implements Serializable

Serialized Fields

variable

String variable

Class org.drools.ide.common.client.modeldriven.brl.ActionUpdateField extends ActionSetField implements Serializable

Class org.drools.ide.common.client.modeldriven.brl.ActionWorkItemFieldValue extends ActionFieldValue implements Serializable

serialVersionUID: 540L

Serialized Fields

workItemName

String workItemName

workItemParameterName

String workItemParameterName

workItemParameterClassName

String workItemParameterClassName

Class org.drools.ide.common.client.modeldriven.brl.BaseSingleFieldConstraint extends Object implements Serializable

Serialized Fields

value

String value

operator

String operator

constraintValueType

int constraintValueType

expression

ExpressionFormLine expression

parameters

Map<K,V> parameters

Class org.drools.ide.common.client.modeldriven.brl.CEPWindow extends Object implements Serializable

Serialized Fields

operator

String operator

parameters

Map<K,V> parameters

Class org.drools.ide.common.client.modeldriven.brl.CompositeFactPattern extends Object implements Serializable

Serialized Fields

type

String type
this will one of: [Not, Exist, Or]


patterns

IFactPattern[] patterns
The patterns.

Class org.drools.ide.common.client.modeldriven.brl.CompositeFieldConstraint extends Object implements Serializable

Serialized Fields

compositeJunctionType

String compositeJunctionType
The type of composite that it is.


constraints

FieldConstraint[] constraints
This is the child field constraints of the composite. They may be single constraints, or composite themselves. If this composite is it at the "top level" - then there is no need to look at the compositeType property (as they are all children that are "anded" together anyway in the fact pattern that contains it).

Class org.drools.ide.common.client.modeldriven.brl.ConnectiveConstraint extends BaseSingleFieldConstraint implements Serializable

Serialized Fields

factType

String factType

fieldName

String fieldName

fieldType

String fieldType

Class org.drools.ide.common.client.modeldriven.brl.DSLComplexVariableValue extends DSLVariableValue implements Serializable

Serialized Fields

id

String id

Class org.drools.ide.common.client.modeldriven.brl.DSLSentence extends Object implements Serializable

Serialized Fields

sentence

String sentence

definition

String definition

values

List<E> values

Class org.drools.ide.common.client.modeldriven.brl.DSLVariableValue extends Object implements Serializable

Serialized Fields

value

String value

Class org.drools.ide.common.client.modeldriven.brl.ExpressionCollection extends ExpressionPart implements Serializable

Class org.drools.ide.common.client.modeldriven.brl.ExpressionCollectionIndex extends ExpressionMethod implements Serializable

Class org.drools.ide.common.client.modeldriven.brl.ExpressionField extends ExpressionPart implements Serializable

Class org.drools.ide.common.client.modeldriven.brl.ExpressionFieldVariable extends ExpressionText implements Serializable

Class org.drools.ide.common.client.modeldriven.brl.ExpressionFormLine extends Object implements Serializable

Serialized Fields

binding

String binding

parts

LinkedList<E> parts

Class org.drools.ide.common.client.modeldriven.brl.ExpressionGlobalVariable extends ExpressionPart implements Serializable

Class org.drools.ide.common.client.modeldriven.brl.ExpressionMethod extends ExpressionPart implements Serializable

Serialized Fields

params

Map<K,V> params

Class org.drools.ide.common.client.modeldriven.brl.ExpressionPart extends Object implements Serializable

Serialized Fields

prev

ExpressionPart prev

next

ExpressionPart next

name

String name

classType

String classType

genericType

String genericType

parametricType

String parametricType

Class org.drools.ide.common.client.modeldriven.brl.ExpressionText extends ExpressionPart implements Serializable

Class org.drools.ide.common.client.modeldriven.brl.ExpressionUnboundFact extends ExpressionPart implements Serializable

Serialized Fields

fact

FactPattern fact

Class org.drools.ide.common.client.modeldriven.brl.ExpressionVariable extends ExpressionPart implements Serializable

Serialized Fields

fact

FactPattern fact

Class org.drools.ide.common.client.modeldriven.brl.FactPattern extends Object implements Serializable

Serialized Fields

constraintList

CompositeFieldConstraint constraintList

factType

String factType

boundName

String boundName

isNegated

boolean isNegated

window

CEPWindow window

Class org.drools.ide.common.client.modeldriven.brl.FreeFormLine extends Object implements Serializable

Serialized Fields

text

String text

Class org.drools.ide.common.client.modeldriven.brl.FromAccumulateCompositeFactPattern extends FromCompositeFactPattern implements Serializable

Serialized Fields

sourcePattern

IPattern sourcePattern

initCode

String initCode

actionCode

String actionCode

reverseCode

String reverseCode

resultCode

String resultCode

function

String function

Class org.drools.ide.common.client.modeldriven.brl.FromCollectCompositeFactPattern extends FromCompositeFactPattern implements Serializable

Serialized Fields

rightPattern

IPattern rightPattern

Class org.drools.ide.common.client.modeldriven.brl.FromCompositeFactPattern extends Object implements Serializable

Serialized Fields

factPattern

FactPattern factPattern

expression

ExpressionFormLine expression

Class org.drools.ide.common.client.modeldriven.brl.FromEntryPointFactPattern extends FromCompositeFactPattern implements Serializable

Serialized Fields

entryPointName

String entryPointName

Class org.drools.ide.common.client.modeldriven.brl.RuleAttribute extends Object implements Serializable

Serialized Fields

attributeName

String attributeName

value

String value

Class org.drools.ide.common.client.modeldriven.brl.RuleMetadata extends Object implements Serializable

Serialized Fields

attributeName

String attributeName

value

String value

Class org.drools.ide.common.client.modeldriven.brl.RuleModel extends Object implements Serializable

Serialized Fields

name

String name
This name is generally not used - the asset name or the file name is preferred (ie it could get out of sync with the name of the file it is in).


parentName

String parentName

modelVersion

String modelVersion

attributes

RuleAttribute[] attributes

metadataList

RuleMetadata[] metadataList

lhs

IPattern[] lhs

rhs

IAction[] rhs

isNegated

boolean isNegated

Class org.drools.ide.common.client.modeldriven.brl.SingleFieldConstraint extends BaseSingleFieldConstraint implements Serializable

Serialized Fields

fieldBinding

String fieldBinding

factType

String factType

fieldName

String fieldName

fieldType

String fieldType

parent

FieldConstraint parent

id

String id
Used with "value" when using custom forms.


connectives

ConnectiveConstraint[] connectives

Class org.drools.ide.common.client.modeldriven.brl.SingleFieldConstraintEBLeftSide extends SingleFieldConstraint implements Serializable

Serialized Fields

expLeftSide

ExpressionFormLine expLeftSide

Package org.drools.ide.common.client.modeldriven.brl.templates

Class org.drools.ide.common.client.modeldriven.brl.templates.TemplateModel extends RuleModel implements Serializable

Serialized Fields

idCol

long idCol

table

Map<K,V> table

rowsCount

int rowsCount

Package org.drools.ide.common.client.modeldriven.dt

Class org.drools.ide.common.client.modeldriven.dt.ActionCol extends DTColumnConfig implements Serializable

Serialized Fields

header

String header
Deprecated. 
The header to be displayed.

Class org.drools.ide.common.client.modeldriven.dt.ActionInsertFactCol extends ActionCol implements Serializable

Serialized Fields

factType

String factType
Deprecated. 
The fact type (class) that is to be created. eg Driver, Person, Cheese.


boundName

String boundName
Deprecated. 
The bound name of the variable to be effected. If the same name appears twice, is it merged into the same action.


factField

String factField
Deprecated. 
The field on the fact being effected.


type

String type
Deprecated. 
Same as the type in ActionFieldValue - eg, either a String, or Numeric. Refers to the data type of the literal value in the cell. Refer to the types in SuggestionCompletionEngine.


valueList

String valueList
Deprecated. 
An optional comman separated list of values.

Class org.drools.ide.common.client.modeldriven.dt.ActionRetractFactCol extends ActionCol implements Serializable

Serialized Fields

boundName

String boundName
Deprecated. 
The name of the fact to be retracted.

Class org.drools.ide.common.client.modeldriven.dt.ActionSetFieldCol extends ActionCol implements Serializable

Serialized Fields

boundName

String boundName
Deprecated. 
The bound name of the variable to be effected. If the same name appears twice, is it merged into the same action.


factField

String factField
Deprecated. 
The field on the fact being effected.


type

String type
Deprecated. 
Same as the type in ActionFieldValue - eg, either a String, or Numeric. Refers to the data type of the literal value in the cell. These values come from SuggestionCompletionEngine.


valueList

String valueList
Deprecated. 
An optional comma separated list of values.


update

boolean update
Deprecated. 
This will be true if it is meant to be a modify to the engine, when in inferencing mode.

Class org.drools.ide.common.client.modeldriven.dt.AttributeCol extends DTColumnConfig implements Serializable

Serialized Fields

attr

String attr
Deprecated. 

Class org.drools.ide.common.client.modeldriven.dt.ConditionCol extends DTColumnConfig implements Serializable

Serialized Fields

header

String header
Deprecated. 
What is displayed at the top


factType

String factType
Deprecated. 
The type of the fact - class - eg Driver, Person, Cheese etc.


boundName

String boundName
Deprecated. 
The name that this gets referenced as. Multiple columns with the same name mean their constraints will be combined.


constraintValueType

int constraintValueType
Deprecated. 
The type of the value that is in the cell, eg if it is a formula, or literal value etc. The valid types are from ISingleFieldConstraint: TYPE_LITERAL TYPE_RET_VALUE TYPE_PREDICATE (in this case, the field and operator are ignored).


factField

String factField
Deprecated. 
The field of the fact that this pertains to (if its a predicate, ignore it).


operator

String operator
Deprecated. 
The operator to use to compare the field with the value (unless its a predicate, in which case this is ignored).


valueList

String valueList
Deprecated. 
A comma separated list of valid values. Optional.

Class org.drools.ide.common.client.modeldriven.dt.DTColumnConfig extends Object implements Serializable

Serialized Fields

width

int width
Deprecated. 
If this is not -1, then this is the width which will be displayed.


defaultValue

String defaultValue
Deprecated. 
For a default value ! Will still be in the array of course, just use this value if its empty.


hideColumn

boolean hideColumn
Deprecated. 
to hide the column (eg if it has a mandatory default).


useRowNumber

boolean useRowNumber
Deprecated. 
to use the row number as number for the salience attribute.


reverseOrder

boolean reverseOrder
Deprecated. 
to use the reverse order of the row number as the salience attribute.

Class org.drools.ide.common.client.modeldriven.dt.GuidedDecisionTable extends Object implements Serializable

Serialized Fields

tableName

String tableName
Deprecated. 
The name - obviously.


parentName

String parentName
Deprecated. 

metadataCols

List<E> metadataCols
Deprecated. 

attributeCols

List<E> attributeCols
Deprecated. 

conditionCols

List<E> conditionCols
Deprecated. 

actionCols

List<E> actionCols
Deprecated. 

data

String[][] data
Deprecated. 
First column is always row number. Second column is description. Subsequent ones follow the above column definitions: attributeCols, then conditionCols, then actionCols, in that order, left to right.


descriptionWidth

int descriptionWidth
Deprecated. 
The width to display the description column.


groupField

String groupField
Deprecated. 

Class org.drools.ide.common.client.modeldriven.dt.MetadataCol extends DTColumnConfig implements Serializable

Serialized Fields

attr

String attr
Deprecated. 

Package org.drools.ide.common.client.modeldriven.dt52

Class org.drools.ide.common.client.modeldriven.dt52.ActionCol52 extends DTColumnConfig52 implements Serializable

serialVersionUID: 501L

Class org.drools.ide.common.client.modeldriven.dt52.ActionInsertFactCol52 extends ActionCol52 implements Serializable

serialVersionUID: 510L

Serialized Fields

factType

String factType
The fact type (class) that is to be created. eg Driver, Person, Cheese.


boundName

String boundName
The bound name of the variable to be effected. If the same name appears twice, is it merged into the same action.


factField

String factField
The field on the fact being effected.


type

String type
Same as the type in ActionFieldValue - eg, either a String, or Numeric. Refers to the data type of the literal value in the cell. Refer to the types in SuggestionCompletionEngine.


valueList

String valueList
An optional comma separated list of values.


isInsertLogical

boolean isInsertLogical
Is insert to be performed Logically

Class org.drools.ide.common.client.modeldriven.dt52.ActionRetractFactCol52 extends ActionCol52 implements Serializable

serialVersionUID: 510L

Class org.drools.ide.common.client.modeldriven.dt52.ActionSetFieldCol52 extends ActionCol52 implements Serializable

serialVersionUID: 510L

Serialized Fields

boundName

String boundName
The bound name of the variable to be effected. If the same name appears twice, is it merged into the same action.


factField

String factField
The field on the fact being effected.


type

String type
Same as the type in ActionFieldValue - eg, either a String, or Numeric. Refers to the data type of the literal value in the cell. These values come from SuggestionCompletionEngine.


valueList

String valueList
An optional comma separated list of values.


update

boolean update
This will be true if it is meant to be a modify to the engine, when in inferencing mode.

Class org.drools.ide.common.client.modeldriven.dt52.ActionWorkItemCol52 extends ActionCol52 implements Serializable

serialVersionUID: 540L

Serialized Fields

workItemDefinition

PortableWorkDefinition workItemDefinition

Class org.drools.ide.common.client.modeldriven.dt52.ActionWorkItemInsertFactCol52 extends ActionInsertFactCol52 implements Serializable

serialVersionUID: 540L

Serialized Fields

workItemName

String workItemName

workItemResultParameterName

String workItemResultParameterName

parameterClassName

String parameterClassName

Class org.drools.ide.common.client.modeldriven.dt52.ActionWorkItemSetFieldCol52 extends ActionSetFieldCol52 implements Serializable

serialVersionUID: 540L

Serialized Fields

workItemName

String workItemName

workItemResultParameterName

String workItemResultParameterName

parameterClassName

String parameterClassName

Class org.drools.ide.common.client.modeldriven.dt52.AnalysisCol52 extends DTColumnConfig52 implements Serializable

serialVersionUID: -2272148755430209968L

Class org.drools.ide.common.client.modeldriven.dt52.AttributeCol52 extends DTColumnConfig52 implements Serializable

Serialized Fields

attribute

String attribute

reverseOrder

boolean reverseOrder

useRowNumber

boolean useRowNumber

Class org.drools.ide.common.client.modeldriven.dt52.BRLActionColumn extends ActionCol52 implements Serializable

serialVersionUID: 540L

Serialized Fields

definition

List<E> definition

childColumns

List<E> childColumns

Class org.drools.ide.common.client.modeldriven.dt52.BRLActionVariableColumn extends ActionCol52 implements Serializable

serialVersionUID: 540L

Serialized Fields

varName

String varName

fieldType

String fieldType

factType

String factType

factField

String factField

Class org.drools.ide.common.client.modeldriven.dt52.BRLConditionColumn extends ConditionCol52 implements Serializable

serialVersionUID: 540L

Serialized Fields

definition

List<E> definition

childColumns

List<E> childColumns

Class org.drools.ide.common.client.modeldriven.dt52.BRLConditionVariableColumn extends ConditionCol52 implements Serializable

serialVersionUID: 540L

Serialized Fields

varName

String varName

factType

String factType

Class org.drools.ide.common.client.modeldriven.dt52.BRLRuleModel extends RuleModel implements Serializable

serialVersionUID: 540L

Serialized Fields

dtable

GuidedDecisionTable52 dtable

Class org.drools.ide.common.client.modeldriven.dt52.BRLRuleModel.ActionInsertFactCol52ActionInsertFactAdaptor extends ActionInsertFact implements Serializable

serialVersionUID: 540L

Serialized Fields

action

ActionInsertFactCol52 action

Class org.drools.ide.common.client.modeldriven.dt52.BRLRuleModel.ActionInsertFactCol52ActionInsertLogicalFactAdaptor extends ActionInsertLogicalFact implements Serializable

serialVersionUID: 540L

Serialized Fields

action

ActionInsertFactCol52 action

Class org.drools.ide.common.client.modeldriven.dt52.BRLRuleModel.ConditionCol52FieldConstraintAdaptor extends SingleFieldConstraint implements Serializable

serialVersionUID: 540L

Serialized Fields

condition

ConditionCol52 condition

Class org.drools.ide.common.client.modeldriven.dt52.BRLRuleModel.Pattern52FactPatternAdaptor extends FactPattern implements Serializable

serialVersionUID: 540L

Serialized Fields

pattern

Pattern52 pattern

Class org.drools.ide.common.client.modeldriven.dt52.ConditionCol52 extends DTColumnConfig52 implements Serializable

serialVersionUID: 510L

Serialized Fields

constraintValueType

int constraintValueType

factField

String factField

fieldType

String fieldType

operator

String operator

valueList

String valueList

parameters

Map<K,V> parameters

binding

String binding

Class org.drools.ide.common.client.modeldriven.dt52.DescriptionCol52 extends DTColumnConfig52 implements Serializable

serialVersionUID: -306736594255777798L

Class org.drools.ide.common.client.modeldriven.dt52.DTCellValue52 extends Object implements Serializable

serialVersionUID: -3547167997433925031L

Serialized Fields

valueBoolean

Boolean valueBoolean

valueDate

Date valueDate

valueNumeric

Number valueNumeric

valueString

String valueString

dataType

DTDataTypes52 dataType

isOtherwise

boolean isOtherwise

Class org.drools.ide.common.client.modeldriven.dt52.DTColumnConfig52 extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

defaultValue

String defaultValue

typedDefaultValue

DTCellValue52 typedDefaultValue

hideColumn

boolean hideColumn

width

int width

header

String header

Class org.drools.ide.common.client.modeldriven.dt52.GuidedDecisionTable52 extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

tableName

String tableName

parentName

String parentName

rowNumberCol

RowNumberCol52 rowNumberCol

descriptionCol

DescriptionCol52 descriptionCol

metadataCols

List<E> metadataCols

attributeCols

List<E> attributeCols

conditionPatterns

List<E> conditionPatterns

actionCols

List<E> actionCols

auditLog

AuditLog auditLog

tableFormat

GuidedDecisionTable52.TableFormat tableFormat

data

List<E> data
First column is always row number. Second column is description. Subsequent ones follow the above column definitions: attributeCols, then conditionCols, then actionCols, in that order, left to right.

Class org.drools.ide.common.client.modeldriven.dt52.LimitedEntryActionInsertFactCol52 extends ActionInsertFactCol52 implements Serializable

serialVersionUID: 510L

Serialized Fields

value

DTCellValue52 value

Class org.drools.ide.common.client.modeldriven.dt52.LimitedEntryActionRetractFactCol52 extends ActionRetractFactCol52 implements Serializable

serialVersionUID: 510L

Serialized Fields

value

DTCellValue52 value

Class org.drools.ide.common.client.modeldriven.dt52.LimitedEntryActionSetFieldCol52 extends ActionSetFieldCol52 implements Serializable

serialVersionUID: 510L

Serialized Fields

value

DTCellValue52 value

Class org.drools.ide.common.client.modeldriven.dt52.LimitedEntryBRLActionColumn extends BRLActionColumn implements Serializable

serialVersionUID: 540L

Class org.drools.ide.common.client.modeldriven.dt52.LimitedEntryBRLConditionColumn extends BRLConditionColumn implements Serializable

serialVersionUID: 540L

Class org.drools.ide.common.client.modeldriven.dt52.LimitedEntryConditionCol52 extends ConditionCol52 implements Serializable

serialVersionUID: 510L

Serialized Fields

value

DTCellValue52 value

Class org.drools.ide.common.client.modeldriven.dt52.MetadataCol52 extends DTColumnConfig52 implements Serializable

Serialized Fields

metadata

String metadata

Class org.drools.ide.common.client.modeldriven.dt52.Pattern52 extends Object implements Serializable

Serialized Fields

factType

String factType

boundName

String boundName

isNegated

boolean isNegated

conditions

List<E> conditions

window

CEPWindow window

entryPointName

String entryPointName

Class org.drools.ide.common.client.modeldriven.dt52.RowNumberCol52 extends DTColumnConfig52 implements Serializable

serialVersionUID: -2272148755430209968L


Package org.drools.ide.common.client.modeldriven.dt52.auditlog

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.ActionInsertFactColumnDetails extends ColumnDetails implements Serializable

serialVersionUID: 7045573579522193502L

Serialized Fields

factType

String factType

factField

String factField

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.ActionSetFieldColumnDetails extends ColumnDetails implements Serializable

serialVersionUID: 6286258564202555988L

Serialized Fields

boundName

String boundName

factField

String factField

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.AttributeColumnDetails extends ColumnDetails implements Serializable

serialVersionUID: -4815318257058328788L

Serialized Fields

attribute

String attribute

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.ColumnDetails extends Object implements Serializable

serialVersionUID: -2111038793296621482L

Serialized Fields

columnHeader

String columnHeader

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.ConditionColumnDetails extends ColumnDetails implements Serializable

serialVersionUID: -4296771936396335786L

Serialized Fields

factField

String factField

operator

String operator

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.DecisionTableAuditLogFilter extends AuditLogFilter implements Serializable

serialVersionUID: 8506440541322969289L

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.DeleteColumnAuditLogEntry extends AuditLogEntry implements Serializable

serialVersionUID: 2118763458557017503L

Serialized Fields

columnHeader

String columnHeader

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.DeleteRowAuditLogEntry extends AuditLogEntry implements Serializable

serialVersionUID: 8049692773593046770L

Serialized Fields

rowIndex

int rowIndex

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.InsertColumnAuditLogEntry extends AuditLogEntry implements Serializable

serialVersionUID: -7525789306354393393L

Serialized Fields

details

ColumnDetails details

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.InsertRowAuditLogEntry extends AuditLogEntry implements Serializable

serialVersionUID: 8049692773593046770L

Serialized Fields

rowIndex

int rowIndex

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.LimitedEntryActionInsertFactColumnDetails extends ActionInsertFactColumnDetails implements Serializable

serialVersionUID: -177913089353678680L

Serialized Fields

value

DTCellValue52 value

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.LimitedEntryActionSetFieldColumnDetails extends ActionSetFieldColumnDetails implements Serializable

serialVersionUID: 152019874184357537L

Serialized Fields

value

DTCellValue52 value

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.LimitedEntryConditionColumnDetails extends ConditionColumnDetails implements Serializable

serialVersionUID: 7986730411677479010L

Serialized Fields

value

DTCellValue52 value

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.MetadataColumnDetails extends ColumnDetails implements Serializable

serialVersionUID: -4815318257058328788L

Serialized Fields

metadata

String metadata

Class org.drools.ide.common.client.modeldriven.dt52.auditlog.UpdateColumnAuditLogEntry extends InsertColumnAuditLogEntry implements Serializable

serialVersionUID: -6953659333450748813L

Serialized Fields

originalDetails

ColumnDetails originalDetails

Package org.drools.ide.common.client.modeldriven.scorecards

Class org.drools.ide.common.client.modeldriven.scorecards.Attribute extends Object implements Serializable

Serialized Fields

value

String value

partialScore

double partialScore

reasonCode

String reasonCode

operator

String operator

Class org.drools.ide.common.client.modeldriven.scorecards.Characteristic extends Object implements Serializable

Serialized Fields

fact

String fact

field

String field

baselineScore

double baselineScore

reasonCode

String reasonCode

attributes

List<E> attributes

name

String name

dataType

String dataType

Class org.drools.ide.common.client.modeldriven.scorecards.ScorecardModel extends Object implements Serializable

Serialized Fields

name

String name

reasonCodesAlgorithm

String reasonCodesAlgorithm

baselineScore

double baselineScore

initialScore

double initialScore

useReasonCodes

boolean useReasonCodes

factName

String factName

fieldName

String fieldName

reasonCodeField

String reasonCodeField

characteristics

List<E> characteristics

packageName

String packageName

Package org.drools.ide.common.client.modeldriven.testing

Class org.drools.ide.common.client.modeldriven.testing.ActivateRuleFlowGroup extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

name

String name

Class org.drools.ide.common.client.modeldriven.testing.CallFieldValue extends Object implements Serializable

Serialized Fields

field

String field

value

String value

nature

long nature

type

String type
This is the datatype archectype (eg String, Numeric etc).

Class org.drools.ide.common.client.modeldriven.testing.CallFixtureMap extends HashMap<String,FixtureList> implements Serializable

Class org.drools.ide.common.client.modeldriven.testing.CallMethod extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

state

int state

methodName

String methodName

variable

String variable

callFieldValues

CallFieldValue[] callFieldValues

Class org.drools.ide.common.client.modeldriven.testing.CollectionFieldData extends Object implements Serializable

Serialized Fields

name

String name

collectionFieldList

List<E> collectionFieldList

Class org.drools.ide.common.client.modeldriven.testing.ExecutionTrace extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

scenarioSimulatedDate

Date scenarioSimulatedDate
This is the simulated date - leaving it as null means it will use the current time.


executionTimeResult

Long executionTimeResult
The time taken for execution.


numberOfRulesFired

Long numberOfRulesFired
This is pretty obvious really. The total firing count of all rules.


rulesFired

String[] rulesFired
A summary of the rules fired.

Class org.drools.ide.common.client.modeldriven.testing.Fact extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

type

String type
The type (class)


fieldData

List<E> fieldData

Class org.drools.ide.common.client.modeldriven.testing.FactAssignmentField extends Object implements Serializable

Serialized Fields

fieldName

String fieldName

fact

Fact fact

Class org.drools.ide.common.client.modeldriven.testing.FactData extends Fact implements Serializable

serialVersionUID: 510L

Serialized Fields

name

String name
The name of the "variable"


isModify

boolean isModify
If its a modify, obviously we are modifying existing data in working memory.

Class org.drools.ide.common.client.modeldriven.testing.FieldData extends Object implements Serializable

Serialized Fields

name

String name
the name of the field


value

String value
The value of the field to be set to. This will either be a literal value (which will be coerced by MVEL). Or if it starts with an "=" then it is an EL that will be evaluated to yield a value.


nature

long nature

Class org.drools.ide.common.client.modeldriven.testing.FieldPlaceHolder extends Object implements Serializable

Serialized Fields

name

String name

Class org.drools.ide.common.client.modeldriven.testing.FixtureList extends ArrayList<Fixture> implements Serializable

serialVersionUID: 510L

Class org.drools.ide.common.client.modeldriven.testing.FixturesMap extends HashMap<String,FixtureList> implements Serializable

serialVersionUID: 510L

Class org.drools.ide.common.client.modeldriven.testing.RetractFact extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

name

String name

Class org.drools.ide.common.client.modeldriven.testing.Scenario extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

maxRuleFirings

int maxRuleFirings
The maximum number of rules to fire so we don't recurse for ever.


globals

List<E> globals
global data which must be setup before hand.


fixtures

List<E> fixtures
Fixtures are parts of the test. They may be assertions, globals, data, execution runs etc. Anything really.


lastRunResult

Date lastRunResult
This is the date the last time the scenario was run (and what the results apply to).


rules

List<E> rules
the rules to include or exclude


inclusive

boolean inclusive
true if only the rules in the list should be allowed to fire. Otherwise it is exclusive (ie all rules can fire BUT the ones in the list).

Class org.drools.ide.common.client.modeldriven.testing.VerifyFact extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

fieldValues

List<E> fieldValues

name

String name

description

String description

anonymous

boolean anonymous
This is true if it isn't a named fact, but it will just search working memory to verify.

Class org.drools.ide.common.client.modeldriven.testing.VerifyField extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

fieldName

String fieldName

expected

String expected

actualResult

String actualResult

successResult

Boolean successResult

explanation

String explanation
This is a natural language explanation of the outcome for reporting purposes.


operator

String operator
Operator is generally "==" or "!=" - an MVEL operator.


nature

long nature

Class org.drools.ide.common.client.modeldriven.testing.VerifyRuleFired extends Object implements Serializable

serialVersionUID: 510L

Serialized Fields

ruleName

String ruleName

expectedCount

Integer expectedCount

explanation

String explanation
This is a natural language explanation of this verification. For reporting purposes.


expectedFire

Boolean expectedFire
If this is true, then we expect it to fire at least once. False means it should not fire at all (this is an alternative to specifying an expected count).


successResult

Boolean successResult

actualResult

Integer actualResult

Package org.drools.ide.common.server.factconstraints

Class org.drools.ide.common.server.factconstraints.DefaultFieldConstraintImpl extends Object implements Serializable

serialVersionUID: 501L

Serialized Fields

ruleNum

long ruleNum

Class org.drools.ide.common.server.factconstraints.DefaultMultiRulesConstraintImpl extends DefaultFieldConstraintImpl implements Serializable

serialVersionUID: 501L


Package org.drools.ide.common.server.factconstraints.predefined

Class org.drools.ide.common.server.factconstraints.predefined.IntegerConstraint extends DefaultFieldConstraintImpl implements Serializable

serialVersionUID: 501L

Class org.drools.ide.common.server.factconstraints.predefined.InvalidFieldConstraint extends DefaultFieldConstraintImpl implements Serializable

serialVersionUID: 501L

Class org.drools.ide.common.server.factconstraints.predefined.MandatoryFieldConstraint extends Object implements Serializable

serialVersionUID: 53L

Class org.drools.ide.common.server.factconstraints.predefined.MatchesConstraint extends DefaultFieldConstraintImpl implements Serializable

serialVersionUID: 501L

Class org.drools.ide.common.server.factconstraints.predefined.NotMatchesConstraint extends DefaultFieldConstraintImpl implements Serializable

serialVersionUID: 501L

Class org.drools.ide.common.server.factconstraints.predefined.NotNullConstraint extends DefaultFieldConstraintImpl implements Serializable

serialVersionUID: 501L

Class org.drools.ide.common.server.factconstraints.predefined.RangeConstraint extends Object implements Serializable

serialVersionUID: 501L


Package org.drools.ide.common.shared

Class org.drools.ide.common.shared.SharedConstants extends Object implements Serializable


Package org.drools.ide.common.shared.workitems

Class org.drools.ide.common.shared.workitems.PortableBooleanParameterDefinition extends PortableParameterDefinition implements Serializable

serialVersionUID: 540L

Serialized Fields

value

Boolean value

binding

String binding

Class org.drools.ide.common.shared.workitems.PortableEnumParameterDefinition extends PortableObjectParameterDefinition implements Serializable

serialVersionUID: 540L

Serialized Fields

values

String[] values

value

String value

Class org.drools.ide.common.shared.workitems.PortableFloatParameterDefinition extends PortableParameterDefinition implements Serializable

serialVersionUID: 540L

Serialized Fields

binding

String binding

value

Float value

Class org.drools.ide.common.shared.workitems.PortableIntegerParameterDefinition extends PortableParameterDefinition implements Serializable

serialVersionUID: 540L

Serialized Fields

binding

String binding

value

Integer value

Class org.drools.ide.common.shared.workitems.PortableListParameterDefinition extends PortableObjectParameterDefinition implements Serializable

serialVersionUID: 540L

Class org.drools.ide.common.shared.workitems.PortableObjectParameterDefinition extends PortableParameterDefinition implements Serializable

serialVersionUID: 540L

Serialized Fields

className

String className

binding

String binding

Class org.drools.ide.common.shared.workitems.PortableParameterDefinition extends Object implements Serializable

serialVersionUID: 540L

Serialized Fields

name

String name

Class org.drools.ide.common.shared.workitems.PortableStringParameterDefinition extends PortableParameterDefinition implements Serializable

serialVersionUID: 540L

Serialized Fields

binding

String binding

value

String value

Class org.drools.ide.common.shared.workitems.PortableWorkDefinition extends Object implements Serializable

serialVersionUID: 540L

Serialized Fields

name

String name

displayName

String displayName

parameters

Map<K,V> parameters

results

Map<K,V> results



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.