public class PrioSet extends java.util.ArrayList<PrioSetMember>
Modifier and Type | Field and Description |
---|---|
protected PrioSetMember |
cache |
protected PrioList |
prioList |
static long |
serialVersionUID |
Constructor and Description |
---|
PrioSet(PrioList prioList) |
PrioSet(PrioList prioList,
java.lang.String setSpec) |
Modifier and Type | Method and Description |
---|---|
PrioSetMember |
addPrioSetMember(SymbolTable table,
ColumnDescription column,
int symbolCode,
PrioSetMember.RelationToPrevMember relationToPrevMember) |
PrioSetMember |
addPrioSetMember(SymbolTable table,
ColumnDescription column,
java.lang.String symbolString,
PrioSetMember.RelationToPrevMember relationToPrevMember) |
boolean |
equals(java.lang.Object obj) |
PhraseStructureNode |
getHeadChild(NonTerminalNode nt,
Direction direction) |
org.apache.log4j.Logger |
getLogger() |
PrioList |
getPrioList() |
int |
hashCode() |
void |
init(java.lang.String setSpec) |
protected void |
setPrioList(PrioList prioList) |
java.lang.String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public static final long serialVersionUID
protected PrioSetMember cache
public PrioSet(PrioList prioList, java.lang.String setSpec) throws MaltChainedException
MaltChainedException
public void init(java.lang.String setSpec) throws MaltChainedException
MaltChainedException
public PrioSetMember addPrioSetMember(SymbolTable table, ColumnDescription column, java.lang.String symbolString, PrioSetMember.RelationToPrevMember relationToPrevMember) throws MaltChainedException
MaltChainedException
public PrioSetMember addPrioSetMember(SymbolTable table, ColumnDescription column, int symbolCode, PrioSetMember.RelationToPrevMember relationToPrevMember) throws MaltChainedException
MaltChainedException
public PhraseStructureNode getHeadChild(NonTerminalNode nt, Direction direction) throws MaltChainedException
MaltChainedException
public org.apache.log4j.Logger getLogger()
public PrioList getPrioList()
protected void setPrioList(PrioList prioList)
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Collection<PrioSetMember>
equals
in interface java.util.List<PrioSetMember>
equals
in class java.util.AbstractList<PrioSetMember>
public int hashCode()
hashCode
in interface java.util.Collection<PrioSetMember>
hashCode
in interface java.util.List<PrioSetMember>
hashCode
in class java.util.AbstractList<PrioSetMember>
public java.lang.String toString()
toString
in class java.util.AbstractCollection<PrioSetMember>
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.