Uses of Class
org.hl7.fhir.utilities.turtle.Turtle.TTLObject
-
Packages that use Turtle.TTLObject Package Description org.hl7.fhir.utilities.turtle -
-
Uses of Turtle.TTLObject in org.hl7.fhir.utilities.turtle
Subclasses of Turtle.TTLObject in org.hl7.fhir.utilities.turtle Modifier and Type Class Description classTurtle.TTLComplexclassTurtle.TTLListclassTurtle.TTLLiteralclassTurtle.TTLURLMethods in org.hl7.fhir.utilities.turtle that return types with arguments of type Turtle.TTLObject Modifier and Type Method Description List<Turtle.TTLObject>Turtle.TTLList. getList()Map<String,Turtle.TTLObject>Turtle.TTLComplex. getPredicates()Methods in org.hl7.fhir.utilities.turtle with parameters of type Turtle.TTLObject Modifier and Type Method Description voidTurtle.TTLComplex. addPredicate(String uri, Turtle.TTLObject obj)Method parameters in org.hl7.fhir.utilities.turtle with type arguments of type Turtle.TTLObject Modifier and Type Method Description voidTurtle.TTLComplex. addPredicates(Map<String,Turtle.TTLObject> values)Constructors in org.hl7.fhir.utilities.turtle with parameters of type Turtle.TTLObject Constructor Description TTLList(Turtle.TTLObject obj)
-