|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjchrest.lib.PairedPattern
public class PairedPattern
The PairedPattern holds two associated patterns. The typical use for this structure is within a categorisation experiment, where one pattern will be the visual pattern to name and the second will be the verbal pattern to name it.
Constructor Summary | |
---|---|
PairedPattern(ListPattern first,
ListPattern second)
|
Method Summary | |
---|---|
ListPattern |
getFirst()
|
ListPattern |
getSecond()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PairedPattern(ListPattern first, ListPattern second)
Method Detail |
---|
public ListPattern getFirst()
public ListPattern getSecond()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |