public class ChartSpecification extends java.lang.Object
Constructor and Description |
---|
ChartSpecification() |
public ChartSpecification()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.LinkedHashSet<ChartItemSpecification> getPreProcessChartItemSpecifications()
public void addPreProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
public void removePreProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
public java.util.LinkedHashSet<ChartItemSpecification> getProcessChartItemSpecifications()
public void addProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
public void removeProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
public java.util.LinkedHashSet<ChartItemSpecification> getPostProcessChartItemSpecifications()
public void addPostProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
public void removePostProcessChartItemSpecifications(ChartItemSpecification chartItemSpecification)
public void read(org.w3c.dom.Element chartElem, FlowChartManager flowCharts) throws MaltChainedException
MaltChainedException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.