* Return true if componentObject's AttributeController isInstance of attributeClass or if componentObject's name end with suffix
*
* @param componentObject the fractal component to resolve
* @param suffix this.skeltonSuffix or this.stubSuffix
* @param attributeClass skeltonClass or stubClass
* @return true if the componentObject is a fractal component that AttributeController instance of attributeClass or name end with suffix, otherwise false