Package oracle.spatial.network.lod
Interface XMLConfigurable
-
- All Known Implementing Classes:
AStar
,DefaultPairwiseCostCalculator
,DefaultPairwiseShortestPaths
,Dijkstra
,DynamicLinkLevelSelector
,EuclideanCostFunction
,GeodeticCostFunction
,GeodeticPairwiseCostCalculator
,TspOp2
,YenDeviation
public interface XMLConfigurable
This interface defines methods that make a customized XML configuration implementation.- Since:
- 12.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getXMLSchema()
Returns the XML schema for the input parameter.void
init(org.w3c.dom.Element parameter)
Initializes the XML configurable object with the input parameter.
-
-
-
Method Detail
-
init
void init(org.w3c.dom.Element parameter)
Initializes the XML configurable object with the input parameter.- Parameters:
parameter
- an XML element containing the necessary information to initialize the object.
-
getXMLSchema
java.lang.String getXMLSchema()
Returns the XML schema for the input parameter.- Returns:
-
-