| Package | Description |
|---|---|
| csbase.logic.algorithms.parameters | |
| csbase.logic.algorithms.parsers | |
| csbase.logic.algorithms.parsers.elements |
| Modifier and Type | Method and Description |
|---|---|
ParameterDocumentation |
ParameterRegistry.getParameterDocumentation(IElementStructure<?> structure,
Locale locale)
Obtém a documentação de um elemento.
|
ParameterDocumentation |
DefaultParameterRegistry.getParameterDocumentation(IElementStructure<?> structure,
Locale locale)
Obtém a documentação de um elemento.
|
| Modifier and Type | Method and Description |
|---|---|
Map<IElementStructure<?>,List<ParsedElement>> |
XmlParser.extractChildren(List<IElementStructure<?>> structures)
Extrai os elementos filhos do elemento corrente.
|
| Modifier and Type | Method and Description |
|---|---|
Map<IElementAttribute<?>,Object> |
XmlParser.extractAttributes(IElementStructure<?> structure)
Extrai os atributos do elemento.
|
| Modifier and Type | Method and Description |
|---|---|
Map<IElementStructure<?>,List<ParsedElement>> |
XmlParser.extractChildren(List<IElementStructure<?>> structures)
Extrai os elementos filhos do elemento corrente.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementStructure<T>
Estrutura de um elemento.
|
class |
ParameterStructure<T>
Estrutura de um parâmetro.
|
class |
SimpleParameterStructure<T extends SimpleParameter<?>>
Estrutura de um parâmetro simples.
|
| Modifier and Type | Method and Description |
|---|---|
List<IElementStructure<?>> |
ElementStructure.getChildElements()
Obtém a lista de filhos do elemento.
|
List<IElementStructure<?>> |
IElementStructure.getChildElements()
Obtém a lista de filhos do elemento.
|
Set<IElementStructure<?>> |
ParsedElement.getChildren()
Obtém o conjunto de elementos filhos.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementStructure.addChild(IElementStructure childStructure)
Adiciona um elemento filho.
|
| Constructor and Description |
|---|
ElementStructure(String name,
Class<T> parameterClass,
List<IElementStructure<?>> children)
Construtor.
|
ParameterStructure(String tag,
Class<T> parameterClass,
List<IElementStructure<?>> children)
Construtor.
|
ParsedElement(Map<IElementAttribute<?>,Object> attributeValues,
Map<IElementStructure<?>,List<ParsedElement>> children)
Construtor para elementos com filhos.
|
ParsedParameter(Map<IElementAttribute<?>,Object> attributeValues,
Map<IElementStructure<?>,List<ParsedElement>> children,
String defaultCommandLinePattern)
Construtor.
|
ParsedSimpleParameter(Map<IElementAttribute<?>,Object> attributeValues,
Map<IElementStructure<?>,List<ParsedElement>> children,
String defaultCommandLinePattern)
Construtor.
|
Copyright © 2018. All rights reserved.