Uses of Class
org.linuxforhealth.fhir.model.resource.GraphDefinition
-
Packages that use GraphDefinition Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor org.linuxforhealth.fhir.registry.util -
-
Uses of GraphDefinition in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return GraphDefinition Modifier and Type Method Description GraphDefinition
GraphDefinition.Builder. build()
Build theGraphDefinition
Methods in org.linuxforhealth.fhir.model.resource with parameters of type GraphDefinition Modifier and Type Method Description protected GraphDefinition.Builder
GraphDefinition.Builder. from(GraphDefinition graphDefinition)
protected void
GraphDefinition.Builder. validate(GraphDefinition graphDefinition)
-
Uses of GraphDefinition in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type GraphDefinition Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, GraphDefinition graphDefinition)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, GraphDefinition graphDefinition)
-
Uses of GraphDefinition in org.linuxforhealth.fhir.registry.util
Methods in org.linuxforhealth.fhir.registry.util with parameters of type GraphDefinition Modifier and Type Method Description boolean
DefinitionalResourceVisitor. visit(java.lang.String elementName, int elementIndex, GraphDefinition graphDefinition)
-