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 GraphDefinitionGraphDefinition.Builder. build()Build theGraphDefinitionMethods in org.linuxforhealth.fhir.model.resource with parameters of type GraphDefinition Modifier and Type Method Description protected GraphDefinition.BuilderGraphDefinition.Builder. from(GraphDefinition graphDefinition)protected voidGraphDefinition.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 booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, GraphDefinition graphDefinition)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. 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 booleanDefinitionalResourceVisitor. visit(java.lang.String elementName, int elementIndex, GraphDefinition graphDefinition)
-