| Package | Description |
|---|---|
| org.xmcda | |
| org.xmcda.parsers.xml.xmcda_v3 |
| Modifier and Type | Field and Description |
|---|---|
protected CategoryProfile.Profile<VALUE_TYPE> |
CategoryProfile.centralProfile |
protected CategoryProfile.Profile<VALUE_TYPE> |
CategoryProfile.lowerBound |
protected CategoryProfile.Profile<VALUE_TYPE> |
CategoryProfile.upperBound |
| Modifier and Type | Method and Description |
|---|---|
CategoryProfile.Profile<VALUE_TYPE> |
CategoryProfile.getCentralProfile() |
CategoryProfile.Profile<VALUE_TYPE> |
CategoryProfile.getLowerBound() |
CategoryProfile.Profile<VALUE_TYPE> |
CategoryProfile.getUpperBound() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryProfile.setCentralProfile(CategoryProfile.Profile<VALUE_TYPE> centralProfile) |
void |
CategoryProfile.setLowerBound(CategoryProfile.Profile<VALUE_TYPE> lowerBound) |
void |
CategoryProfile.setUpperBound(CategoryProfile.Profile<VALUE_TYPE> upperBound) |
| Modifier and Type | Method and Description |
|---|---|
CategoryProfile.Profile<VALUE_TYPE> |
CategoryProfileParser.profileFromXML(XMCDA xmcda,
String initialTag,
XMLEventReader eventReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryProfileParser.profileToXML(String tag,
CategoryProfile.Profile<VALUE_TYPE> profile,
XMLStreamWriter writer) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.