public abstract class AbstractLemsFactory extends Object
Constructor and Description |
---|
AbstractLemsFactory() |
Modifier and Type | Method and Description |
---|---|
Lems |
buildLemsFromXMLElement(XMLElement root) |
abstract Object |
instantiateFromXMLElement(XMLElement root) |
protected String |
internalFieldName(String s) |
protected boolean |
parseBoolean(String s) |
protected double |
parseDouble(String s) |
protected int |
parseInt(String s) |
protected String |
parseString(String s) |
public Lems buildLemsFromXMLElement(XMLElement root) throws ContentError
ContentError
public abstract Object instantiateFromXMLElement(XMLElement root) throws ContentError
ContentError
protected double parseDouble(String s)
protected int parseInt(String s)
protected boolean parseBoolean(String s)
Copyright © 2020. All rights reserved.