uk.ac.ic.doc.automed.matching.modules.bidirectionalmap
Class Vectors

java.lang.Object
  extended by uk.ac.ic.doc.automed.matching.modules.bidirectionalmap.Vectors
All Implemented Interfaces:
jsom.data.Data

public class Vectors
extends java.lang.Object
implements jsom.data.Data


Field Summary
(package private)  java.util.List data
           
 
Constructor Summary
Vectors(java.util.List data)
           
 
Method Summary
 int count()
           
 jsom.data.Pattern get(int index)
           
 void set(int index, jsom.data.Pattern pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

java.util.List data
Constructor Detail

Vectors

public Vectors(java.util.List data)
Method Detail

count

public int count()
Specified by:
count in interface jsom.data.Data

get

public jsom.data.Pattern get(int index)
Specified by:
get in interface jsom.data.Data

set

public void set(int index,
                jsom.data.Pattern pattern)
Specified by:
set in interface jsom.data.Data