Uses of Class
com.ibm.fhir.model.resource.GraphDefinition
- 
Packages that use GraphDefinition Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor com.ibm.fhir.registry.util  - 
- 
Uses of GraphDefinition in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return GraphDefinition Modifier and Type Method Description GraphDefinitionGraphDefinition.Builder. build()Build theGraphDefinitionMethods in com.ibm.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 com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type GraphDefinition Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, GraphDefinition graphDefinition)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, GraphDefinition graphDefinition) - 
Uses of GraphDefinition in com.ibm.fhir.registry.util
Methods in com.ibm.fhir.registry.util with parameters of type GraphDefinition Modifier and Type Method Description booleanDefinitionalResourceVisitor. visit(String elementName, int elementIndex, GraphDefinition graphDefinition) 
 -