Package org.hl7.fhir.dstu2016may.formats
Class RdfGenerator.Section
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.formats.RdfGenerator.Section
-
- Enclosing class:
- RdfGenerator
public class RdfGenerator.Section extends Object
-
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomment(String subject, String comment)voidimportTtl(String ttl)voidlabel(String subject, String comment)RdfGenerator.Subjectsubject(String subject)RdfGenerator.Subjecttriple(String subject, String predicate, String object)RdfGenerator.Subjecttriple(String subject, String predicate, String object, String comment)RdfGenerator.Subjecttriple(String subject, String predicate, RdfGenerator.Triple object)RdfGenerator.Subjecttriple(String subject, String predicate, RdfGenerator.Triple object, String comment)
-
-
-
Constructor Detail
-
Section
public Section()
-
-
Method Detail
-
triple
public RdfGenerator.Subject triple(String subject, String predicate, String object, String comment)
-
triple
public RdfGenerator.Subject triple(String subject, String predicate, String object)
-
triple
public RdfGenerator.Subject triple(String subject, String predicate, RdfGenerator.Triple object)
-
triple
public RdfGenerator.Subject triple(String subject, String predicate, RdfGenerator.Triple object, String comment)
-
subject
public RdfGenerator.Subject subject(String subject)
-
-