protected class SubcomponentTab.SubcomponentTypesContains
extends java.lang.Object
implements jadex.commons.IFilter<java.lang.String>
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.modelinfo.SubcomponentTypeInfo[] |
infos
The infos
|
Constructor and Description |
---|
SubcomponentTypesContains(jadex.bridge.modelinfo.SubcomponentTypeInfo[] infos)
Creates the filter, duh.
|
Modifier and Type | Method and Description |
---|---|
boolean |
filter(java.lang.String obj)
Test if an object passes the filter.
|