public class XMLVersionElement
extends tecgraf.javautils.xml.XMLBasicElement
| Constructor and Description |
|---|
XMLVersionElement()
Constrói o elemento xml que descreve uma versão do algoritmo.
|
XMLVersionElement(String description,
Hashtable<String,String> propertiesValues)
Construtor utilizado no processo de escrita do arquivo xml com as versões
dos algoritmos.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endTag(List<tecgraf.javautils.xml.XMLElementInterface> childrenList)
Executado quando a tag de fim do elemento XML é encontrada.
|
String |
getDescription()
Obtém a descrição da versão do algoritmo.
|
Map<String,String> |
getProperties()
Obtém os valores das propriedades da versão do algoritmo.
|
void |
write(Writer arg0,
String arg1) |
getFirstChildWithTag, getNextIdentation, writeEndTag, writeStartTag, writeStartTag, writeStartTagln, writeStartTaglnappendValue, convertTextToXML, convertValueFromXML, getAppContextObject, getAppObject, getAttributeBooleanValue, getAttributeDoubleValue, getAttributeIntValue, getAttributes, getAttributeStrValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getStrValue, getStrValue, getTag, hasAttribute, hasValue, isEmpty, newAttribute, newAttribute, newAttribute, newAttribute, newAttribute, newAttribute, newAttributeList, newCharsEvent, resetAttributeList, resetValue, setAppContextObject, setAppObject, setTag, setValue, setValue, startTag, writeAttributes, writeAttributes, writeEndTag, writeEndTag, writeStartTag, writeStartTagln, writeValue, xmlEncodepublic XMLVersionElement()
public XMLVersionElement(String description, Hashtable<String,String> propertiesValues)
description - descrição da versão do algoritmopropertiesValues - valores das propriedades da versão do algoritmopublic void endTag(List<tecgraf.javautils.xml.XMLElementInterface> childrenList)
XMLElementInterface.endTag(java.util.List)public void write(Writer arg0, String arg1) throws IOException
IOExceptionpublic Map<String,String> getProperties()
public String getDescription()
Copyright © 2016. All rights reserved.