Package com.ibm.fhir.profile
Class ConstraintGenerator
- java.lang.Object
 - 
- com.ibm.fhir.profile.ConstraintGenerator
 
 
- 
public class ConstraintGenerator extends Object
A class used to generate FHIRPath expressions from a profile 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classConstraintGenerator.Node(package private) static classConstraintGenerator.Tree 
- 
Constructor Summary
Constructors Constructor Description ConstraintGenerator(StructureDefinition profile) 
 - 
 
- 
- 
Constructor Detail
- 
ConstraintGenerator
public ConstraintGenerator(StructureDefinition profile)
 
 - 
 
- 
Method Detail
- 
generate
public List<Constraint> generate()
 
 - 
 
 -