|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMCDAAlternatives.AlternativesParsingMethod | |
|---|---|
| org.decisiondeck.jmcda.persist.xmcda2 | Classes to export to and import from XMCDA documents. |
| org.decisiondeck.jmcda.persist.xmcda2.aggregates | High level classes to export aggregate structures to, or import from, XMCDA documents. |
| Uses of XMCDAAlternatives.AlternativesParsingMethod in org.decisiondeck.jmcda.persist.xmcda2 |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2 that return XMCDAAlternatives.AlternativesParsingMethod | |
|---|---|
static XMCDAAlternatives.AlternativesParsingMethod |
XMCDAAlternatives.AlternativesParsingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XMCDAAlternatives.AlternativesParsingMethod[] |
XMCDAAlternatives.AlternativesParsingMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.decisiondeck.jmcda.persist.xmcda2 with parameters of type XMCDAAlternatives.AlternativesParsingMethod | |
|---|---|
static Set<Alternative> |
XMCDAAlternatives.read(Collection<XAlternatives> xAlternativesCollection,
XAlternativeType.Enum type,
XMCDAAlternatives.AlternativesParsingMethod parsingMethod)
Returns all the alternatives found in the given XMCDA fragments, or a part of these, depending on the requested parsing method. |
| Uses of XMCDAAlternatives.AlternativesParsingMethod in org.decisiondeck.jmcda.persist.xmcda2.aggregates |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.aggregates that return XMCDAAlternatives.AlternativesParsingMethod | |
|---|---|
XMCDAAlternatives.AlternativesParsingMethod |
XMCDAGroupSortingProblemReader.getAlternativesParsingMethod()
Retrieves the parsing method used to read alternatives. |
XMCDAAlternatives.AlternativesParsingMethod |
XMCDAProblemReader.getAlternativesParsingMethod()
Retrieves the parsing method used to read alternatives. |
XMCDAAlternatives.AlternativesParsingMethod |
XMCDASortingProblemReader.getAlternativesParsingMethod()
Retrieves the parsing method used to read alternatives. |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.aggregates with parameters of type XMCDAAlternatives.AlternativesParsingMethod | |
|---|---|
void |
XMCDAGroupSortingProblemReader.setAlternativesParsingMethod(XMCDAAlternatives.AlternativesParsingMethod alternativesParsingMethod)
Sets the parsing method used to read alternatives. |
void |
XMCDAProblemReader.setAlternativesParsingMethod(XMCDAAlternatives.AlternativesParsingMethod alternativesParsingMethod)
Sets the parsing method used to read alternatives. |
void |
XMCDASortingProblemReader.setAlternativesParsingMethod(XMCDAAlternatives.AlternativesParsingMethod alternativesParsingMethod)
Sets the parsing method used to read alternatives and profiles. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||