Class BayesianServiceImpl
- java.lang.Object
-
- org.uberfire.ext.wires.bayesian.network.parser.backend.BayesianServiceImpl
-
- All Implemented Interfaces:
org.uberfire.ext.wires.bayesian.network.parser.client.service.BayesianService
@ApplicationScoped public class BayesianServiceImpl extends Object implements org.uberfire.ext.wires.bayesian.network.parser.client.service.BayesianService
-
-
Constructor Summary
Constructors Constructor Description BayesianServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.ext.wires.bayesian.network.parser.client.model.BayesNetworkbuildXml03(String relativePathtoXmlResource)org.uberfire.ext.wires.bayesian.network.parser.client.parser.BifxmlToObject(String relativePathtoXmlResource)
-
-
-
Method Detail
-
buildXml03
public org.uberfire.ext.wires.bayesian.network.parser.client.model.BayesNetwork buildXml03(String relativePathtoXmlResource)
- Specified by:
buildXml03in interfaceorg.uberfire.ext.wires.bayesian.network.parser.client.service.BayesianService
-
xmlToObject
public org.uberfire.ext.wires.bayesian.network.parser.client.parser.Bif xmlToObject(String relativePathtoXmlResource)
- Specified by:
xmlToObjectin interfaceorg.uberfire.ext.wires.bayesian.network.parser.client.service.BayesianService
-
-