Package org.ehrbase.opt
Class OptVisitor
- java.lang.Object
-
- org.ehrbase.opt.OptVisitor
-
public class OptVisitor extends Object
-
-
Constructor Summary
Constructors Constructor Description OptVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Maptraverse(OPERATIONALTEMPLATE opt)Visit the template and return a map of definitions and attributes
-
-
-
Method Detail
-
traverse
public Map traverse(OPERATIONALTEMPLATE opt) throws Exception
Visit the template and return a map of definitions and attributes- Parameters:
opt-- Returns:
- Throws:
Exception
-
-