Class Pattern
- java.lang.Object
-
- org.drools.verifier.core.index.model.Pattern
-
-
Constructor Summary
Constructors Constructor Description Pattern(java.lang.String boundName, ObjectType objectType, AnalyzerConfiguration configuration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MatchersboundName()java.lang.StringgetBoundName()FieldsgetFields()java.lang.StringgetName()ObjectTypegetObjectType()UUIDKeygetUuidKey()static KeyDefinition[]keyDefinitions()Key[]keys()static Matchersname()static Matchersuuid()
-
-
-
Constructor Detail
-
Pattern
public Pattern(java.lang.String boundName, ObjectType objectType, AnalyzerConfiguration configuration)
-
-
Method Detail
-
boundName
public static Matchers boundName()
-
name
public static Matchers name()
-
uuid
public static Matchers uuid()
-
keyDefinitions
public static KeyDefinition[] keyDefinitions()
-
getUuidKey
public UUIDKey getUuidKey()
- Specified by:
getUuidKeyin interfaceHasUUID
-
getName
public java.lang.String getName()
-
getBoundName
public java.lang.String getBoundName()
-
getObjectType
public ObjectType getObjectType()
-
getFields
public Fields getFields()
-
-