Uses of Class
org.hl7.fhir.r5.model.GraphDefinition
-
Packages that use GraphDefinition Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.utils -
-
Uses of GraphDefinition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GraphDefinition Modifier and Type Method Description protected GraphDefinitionJsonParser. parseGraphDefinition(com.google.gson.JsonObject json)protected GraphDefinitionXmlParser. parseGraphDefinition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type GraphDefinition Modifier and Type Method Description protected voidJsonParser. composeGraphDefinition(String name, GraphDefinition element)protected voidRdfParser. composeGraphDefinition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, GraphDefinition element, int index)protected voidXmlParser. composeGraphDefinition(String name, GraphDefinition element)protected voidXmlParser. composeGraphDefinitionElements(GraphDefinition element)protected voidJsonParser. composeGraphDefinitionProperties(GraphDefinition element)protected booleanXmlParser. parseGraphDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition res)protected voidJsonParser. parseGraphDefinitionProperties(com.google.gson.JsonObject json, GraphDefinition res) -
Uses of GraphDefinition in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type GraphDefinition Modifier and Type Method Description voidGraphDefinition. copyValues(GraphDefinition dst) -
Uses of GraphDefinition in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return GraphDefinition Modifier and Type Method Description GraphDefinitionGraphDefinitionEngine. getGraphDefinition()Methods in org.hl7.fhir.r5.utils with parameters of type GraphDefinition Modifier and Type Method Description voidGraphDefinitionEngine. setGraphDefinition(GraphDefinition graphDefinition)voidIGraphDefinitionEngine. setGraphDefinition(GraphDefinition graphDefinition)
-