public class PrioSet extends ArrayList<PrioSetMember>
Modifier and Type | Field and Description |
---|---|
protected PrioSetMember |
cache |
protected PrioList |
prioList |
static long |
serialVersionUID |
modCount
Constructor and Description |
---|
PrioSet(PrioList prioList) |
PrioSet(PrioList prioList,
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,
String symbolString,
PrioSetMember.RelationToPrevMember relationToPrevMember) |
boolean |
equals(Object obj) |
PhraseStructureNode |
getHeadChild(NonTerminalNode nt,
Direction direction) |
org.apache.log4j.Logger |
getLogger() |
PrioList |
getPrioList() |
int |
hashCode() |
void |
init(String setSpec) |
protected void |
setPrioList(PrioList prioList) |
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
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll
parallelStream, stream
public static final long serialVersionUID
protected PrioSetMember cache
public PrioSet(PrioList prioList, String setSpec) throws MaltChainedException
MaltChainedException
public void init(String setSpec) throws MaltChainedException
MaltChainedException
public PrioSetMember addPrioSetMember(SymbolTable table, ColumnDescription column, 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(Object obj)
equals
in interface Collection<PrioSetMember>
equals
in interface List<PrioSetMember>
equals
in class AbstractList<PrioSetMember>
public int hashCode()
hashCode
in interface Collection<PrioSetMember>
hashCode
in interface List<PrioSetMember>
hashCode
in class AbstractList<PrioSetMember>
public String toString()
toString
in class AbstractCollection<PrioSetMember>
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.