Package org.hl7.cql.model
Class Relationship
- java.lang.Object
-
- org.hl7.cql.model.Relationship
-
public class Relationship extends java.lang.ObjectCreated by Bryn on 3/20/2019.
-
-
Constructor Summary
Constructors Constructor Description Relationship(ModelContext context, java.lang.Iterable<java.lang.String> relatedKeys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelContextgetContext()java.lang.Iterable<java.lang.String>getRelatedKeys()
-
-
-
Constructor Detail
-
Relationship
public Relationship(ModelContext context, java.lang.Iterable<java.lang.String> relatedKeys)
-
-
Method Detail
-
getContext
public ModelContext getContext()
-
getRelatedKeys
public java.lang.Iterable<java.lang.String> getRelatedKeys()
-
-