public class PrioList extends ArrayList<PrioSet>
Modifier and Type | Field and Description |
---|---|
protected Direction |
direction |
protected HeadRule |
headRule |
static long |
serialVersionUID |
modCount
Constructor and Description |
---|
PrioList(HeadRule headRule,
String listSpec) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DataFormatInstance |
getDataFormatInstance() |
PhraseStructureNode |
getHeadChild(NonTerminalNode nt) |
HeadRule |
getHeadRule() |
org.apache.log4j.Logger |
getLogger() |
SymbolTableHandler |
getSymbolTableHandler() |
int |
hashCode() |
void |
init(String listSpec) |
void |
setHeadRule(HeadRule headRule) |
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
public PrioList(HeadRule headRule, String listSpec) throws MaltChainedException
MaltChainedException
public void init(String listSpec) throws MaltChainedException
MaltChainedException
public PhraseStructureNode getHeadChild(NonTerminalNode nt) throws MaltChainedException
MaltChainedException
public org.apache.log4j.Logger getLogger()
public DataFormatInstance getDataFormatInstance()
public SymbolTableHandler getSymbolTableHandler()
public HeadRule getHeadRule()
public void setHeadRule(HeadRule headRule)
public boolean equals(Object obj)
equals
in interface Collection<PrioSet>
equals
in interface List<PrioSet>
equals
in class AbstractList<PrioSet>
public int hashCode()
hashCode
in interface Collection<PrioSet>
hashCode
in interface List<PrioSet>
hashCode
in class AbstractList<PrioSet>
public String toString()
toString
in class AbstractCollection<PrioSet>
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.