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