net.sf.jlinkgrammar
Class LinkageInfo

java.lang.Object
  extended by net.sf.jlinkgrammar.LinkageInfo

public class LinkageInfo
extends java.lang.Object

TODO add javadoc


Field Summary
(package private)  int and_cost
           
(package private)  AndList andlist
           
(package private)  boolean canonical
           
(package private)  int disjunct_cost
           
(package private)  boolean fat
           
(package private)  boolean improper_fat_linkage
           
(package private)  boolean inconsistent_domains
           
(package private)  int index
           
(package private)  int[] island
           
(package private)  int link_cost
           
(package private)  int N_violations
           
(package private)  int null_cost
           
(package private)  int unused_word_cost
           
 
Constructor Summary
LinkageInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

int index

fat

boolean fat

canonical

boolean canonical

improper_fat_linkage

boolean improper_fat_linkage

inconsistent_domains

boolean inconsistent_domains

N_violations

int N_violations

null_cost

int null_cost

unused_word_cost

int unused_word_cost

disjunct_cost

int disjunct_cost

and_cost

int and_cost

link_cost

int link_cost

andlist

AndList andlist

island

int[] island
Constructor Detail

LinkageInfo

public LinkageInfo()