uk.ac.ic.doc.automed.matching.modules
Class ElementVectorRepresentation

java.lang.Object
  extended by jsom.data.DoublePattern
      extended by uk.ac.ic.doc.automed.matching.modules.ElementVectorRepresentation
All Implemented Interfaces:
jsom.data.Pattern

public class ElementVectorRepresentation
extends jsom.data.DoublePattern


Field Summary
private  SchemaElement element
           
 
Fields inherited from class jsom.data.DoublePattern
pattern
 
Constructor Summary
ElementVectorRepresentation(SchemaElement element, double[] pattern)
           
 
Method Summary
 SchemaElement getElement()
           
 double[] getPattern()
           
 int getSize()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

element

private SchemaElement element
Constructor Detail

ElementVectorRepresentation

public ElementVectorRepresentation(SchemaElement element,
                                   double[] pattern)
Method Detail

getElement

public SchemaElement getElement()

getSize

public int getSize()

getPattern

public double[] getPattern()

toString

public java.lang.String toString()
Overrides:
toString in class jsom.data.DoublePattern