eu.clarin.weblicht.wlfxb.lx.xb
Class RelationStored

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.lx.xb.RelationStored
All Implemented Interfaces:
Relation

public class RelationStored
extends Object
implements Relation


Field Summary
protected  Integer freq
           
protected  String function
           
protected  SigStored sig
           
protected  List<TermStored> terms
           
protected  String type
           
static String XML_NAME
           
 
Constructor Summary
RelationStored()
           
 
Method Summary
 Integer getFrequency()
           
 String getFunction()
           
 Sig getSig()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_NAME

public static final String XML_NAME
See Also:
Constant Field Values

type

protected String type

function

protected String function

freq

protected Integer freq

sig

protected SigStored sig

terms

protected List<TermStored> terms
Constructor Detail

RelationStored

public RelationStored()
Method Detail

getType

public String getType()
Specified by:
getType in interface Relation

getFunction

public String getFunction()
Specified by:
getFunction in interface Relation

getFrequency

public Integer getFrequency()
Specified by:
getFrequency in interface Relation

getSig

public Sig getSig()
Specified by:
getSig in interface Relation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.