|
Carrot2 Framework
API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.core.CapabilityMatchVerifier
final class CapabilityMatchVerifier
An implementation of capability match verifier. See LocalComponent class documentation for
details.
LocalComponent| Method Summary | |
|---|---|
static String |
explain(LocalComponent componentFrom,
LocalComponent componentTo)
|
static boolean |
isCompatible(LocalComponent componentFrom,
LocalComponent componentTo)
Check if componentFrom is compatible with
compatibleTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isCompatible(LocalComponent componentFrom,
LocalComponent componentTo)
componentFrom is compatible with
compatibleTo
componentFrom - The component to verify compatibility of.componentTo - The component to verify compatibility against.
true if componentFrom is compatible
with componentTo.
public static String explain(LocalComponent componentFrom,
LocalComponent componentTo)
componentFrom - The component to verify compatibility of.componentTo - The component to verify compatibility against.
componentFrom and
componentTo.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||