Class Field
- java.lang.Object
-
- org.drools.verifier.core.index.model.FieldBase
-
- org.drools.verifier.core.index.model.Field
-
- All Implemented Interfaces:
Comparable<FieldBase>,HasKeys,HasUUID,HumanReadable
public class Field extends FieldBase
-
-
Constructor Summary
Constructors Constructor Description Field(ObjectField objectField, String factType, String fieldType, String name, AnalyzerConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionsgetActions()ConditionsgetConditions()ObjectFieldgetObjectField()voidremove(Column column)-
Methods inherited from class org.drools.verifier.core.index.model.FieldBase
compareTo, equals, getFactType, getFieldType, getName, getUuidKey, hashCode, keyDefinitions, keys, name, toHumanReadableString, toString, uuid
-
-
-
-
Constructor Detail
-
Field
public Field(ObjectField objectField, String factType, String fieldType, String name, AnalyzerConfiguration configuration)
-
-
Method Detail
-
getObjectField
public ObjectField getObjectField()
-
getConditions
public Conditions getConditions()
-
getActions
public Actions getActions()
-
remove
public void remove(Column column)
-
-