Package org.hl7.fhir.r4.conformance
Class ShExGenerator
java.lang.Object
org.hl7.fhir.r4.conformance.ShExGenerator
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDeprecated.booleanDeprecated.booleanDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(ShExGenerator.HTMLLinkPolicy links, List<StructureDefinition> structures) Deprecated.this is called externally to generate a set of structures to a single ShEx file generally, it will be called with a single structure, or a long list of structures (all of them)generate(ShExGenerator.HTMLLinkPolicy links, StructureDefinition structure) Deprecated.
-
Field Details
-
doDatatypes
Deprecated. -
withComments
Deprecated. -
completeModel
Deprecated.
-
-
Constructor Details
-
ShExGenerator
Deprecated.
-
-
Method Details
-
generate
Deprecated. -
generate
Deprecated.this is called externally to generate a set of structures to a single ShEx file generally, it will be called with a single structure, or a long list of structures (all of them)- Parameters:
links- HTML link rendering policystructures- list of structure definitions to render- Returns:
- ShEx definition of structures
-