org.maltparser.core.flow.system.elem
Class ChartElement
java.lang.Object
   org.maltparser.core.flow.system.elem.ChartElement
org.maltparser.core.flow.system.elem.ChartElement
- public class ChartElement 
- extends Object
- Author:
- Johan Hall
 
 
 
ChartElement
public ChartElement()
getItem
public String getItem()
- 
 
setItem
public void setItem(String item)
- 
 
addAttribute
public void addAttribute(String name,
                         ChartAttribute attribute)
- 
 
getAttribute
public ChartAttribute getAttribute(String name)
- 
 
getChartItemClass
public Class<? extends ChartItem> getChartItemClass()
- 
 
getAttributes
public LinkedHashMap<String,ChartAttribute> getAttributes()
- 
 
read
public void read(Element chartElem,
                 FlowChartSystem flowChartSystem)
          throws MaltChainedException
- 
- Throws:
- MaltChainedException
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.