T - The capability typeR - A context significant to the visitorpublic abstract class CapabilityVisitor<T extends ICapability,R> extends Object
| Constructor and Description |
|---|
CapabilityVisitor() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getCapabilityType()
Gets the Capability type
|
abstract R |
visit(T capability)
Visits the capability
|
Copyright © 2019 Red Hat, Inc. All Rights Reserved.