jchrest.lib
Class PairedPattern

java.lang.Object
  extended by jchrest.lib.PairedPattern

public class PairedPattern
extends java.lang.Object

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

PairedPattern

public PairedPattern(ListPattern first,
                     ListPattern second)
Method Detail

getFirst

public ListPattern getFirst()

getSecond

public ListPattern getSecond()