Class ObjectTypes
- java.lang.Object
-
- org.drools.verifier.core.index.model.ObjectTypes
-
public class ObjectTypes extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classObjectTypes.ObjectTypesListenclassObjectTypes.ObjectTypesSelect
-
Field Summary
Fields Modifier and Type Field Description KeyTreeMap<ObjectType>map
-
Constructor Summary
Constructors Constructor Description ObjectTypes()ObjectTypes(java.util.Collection<ObjectType> map)ObjectTypes(ObjectType[] map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ObjectType... objectTypes)voidmerge(ObjectTypes patterns)Where<ObjectTypes.ObjectTypesSelect,ObjectTypes.ObjectTypesListen>where(Matcher matcher)
-
-
-
Field Detail
-
map
public final KeyTreeMap<ObjectType> map
-
-
Constructor Detail
-
ObjectTypes
public ObjectTypes(java.util.Collection<ObjectType> map)
-
ObjectTypes
public ObjectTypes(ObjectType[] map)
-
ObjectTypes
public ObjectTypes()
-
-
Method Detail
-
merge
public void merge(ObjectTypes patterns)
-
where
public Where<ObjectTypes.ObjectTypesSelect,ObjectTypes.ObjectTypesListen> where(Matcher matcher)
-
add
public void add(ObjectType... objectTypes)
-
-