Package com.ibm.fhir.path.function
Class ExpandFunction
- java.lang.Object
-
- com.ibm.fhir.path.function.FHIRPathAbstractFunction
-
- com.ibm.fhir.path.function.FHIRPathAbstractTermFunction
-
- com.ibm.fhir.path.function.ExpandFunction
-
- All Implemented Interfaces:
FHIRPathFunction
public class ExpandFunction extends FHIRPathAbstractTermFunction
-
-
Field Summary
-
Fields inherited from class com.ibm.fhir.path.function.FHIRPathAbstractTermFunction
service
-
-
Constructor Summary
Constructors Constructor Description ExpandFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<FHIRPathNode>apply(FHIRPathEvaluator.EvaluationContext evaluationContext, Collection<FHIRPathNode> context, List<Collection<FHIRPathNode>> arguments)protected Map<String,Function<String,Element>>buildElementFactoryMap()intgetMaxArity()intgetMinArity()StringgetName()-
Methods inherited from class com.ibm.fhir.path.function.FHIRPathAbstractTermFunction
getCodedElement, getCoding, getDisplay, getParameters, getResource, getSystem, getVersion, isCodedElementNode, isCodedElementNode, isTermServiceNode
-
Methods inherited from class com.ibm.fhir.path.function.FHIRPathAbstractFunction
equals, generateIssue, hashCode
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceFHIRPathFunction- Specified by:
getNamein classFHIRPathAbstractTermFunction
-
getMinArity
public int getMinArity()
- Specified by:
getMinArityin interfaceFHIRPathFunction- Specified by:
getMinArityin classFHIRPathAbstractTermFunction
-
getMaxArity
public int getMaxArity()
- Specified by:
getMaxArityin interfaceFHIRPathFunction- Specified by:
getMaxArityin classFHIRPathAbstractTermFunction
-
buildElementFactoryMap
protected Map<String,Function<String,Element>> buildElementFactoryMap()
- Overrides:
buildElementFactoryMapin classFHIRPathAbstractTermFunction
-
apply
public Collection<FHIRPathNode> apply(FHIRPathEvaluator.EvaluationContext evaluationContext, Collection<FHIRPathNode> context, List<Collection<FHIRPathNode>> arguments)
- Specified by:
applyin interfaceFHIRPathFunction- Specified by:
applyin classFHIRPathAbstractTermFunction
-
-