|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
ORDERED
Indicates that the composition is order dependent, such as string concatenation. |
static int |
UNORDERED
Indicates that the composition is order independent, such as region unions or bags of words. |
Method Summary | |
Composable |
compose(Composable partner)
Generate the composition of this object with its partner. |
int |
getCompositionType()
Get the type of composition to try. |
Field Detail |
public static final int ORDERED
public static final int UNORDERED
Method Detail |
public Composable compose(Composable partner) throws UncomposableException
partner
-
UncomposableException
java.lang.ClassCastException
public int getCompositionType()
ORDERED
or UNORDERED
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |