Class ClosureBuilderAgent
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.util.ClosureBuilderAgent
-
public class ClosureBuilderAgent extends java.lang.ObjectCreates transitive closure table from relationship file.
-
-
Constructor Summary
Constructors Constructor Description ClosureBuilderAgent()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildClosureTable(boolean forExtensionDb)Implementation to build transitive closure table during DB creation.voidsetrelFile(java.lang.String relFile)Sets the relationship file path in ClosureBuilderAgent.
-
-
-
Method Detail
-
setrelFile
public void setrelFile(java.lang.String relFile)
Sets the relationship file path in ClosureBuilderAgent.- Parameters:
relFile- path of the relationship file.
-
buildClosureTable
public void buildClosureTable(boolean forExtensionDb) throws java.lang.ExceptionImplementation to build transitive closure table during DB creation.- Parameters:
forExtensionDb- boolean value indicating closure table is being built for Extension- Throws:
java.lang.Exception- in any error occurs.
-
-