Class SubsetOfFunction
- java.lang.Object
-
- org.linuxforhealth.fhir.path.function.FHIRPathAbstractFunction
-
- org.linuxforhealth.fhir.path.function.SubsetOfFunction
-
- All Implemented Interfaces:
FHIRPathFunction
public class SubsetOfFunction extends FHIRPathAbstractFunction
-
-
Constructor Summary
Constructors Constructor Description SubsetOfFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxArity()
int
getMinArity()
java.lang.String
getName()
-
Methods inherited from class org.linuxforhealth.fhir.path.function.FHIRPathAbstractFunction
apply, cacheFunctionResult, equals, generateIssue, getCachedFunctionResult, hasCachedFunctionResult, hashCode
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceFHIRPathFunction
- Specified by:
getName
in classFHIRPathAbstractFunction
-
getMinArity
public int getMinArity()
- Specified by:
getMinArity
in interfaceFHIRPathFunction
- Specified by:
getMinArity
in classFHIRPathAbstractFunction
-
getMaxArity
public int getMaxArity()
- Specified by:
getMaxArity
in interfaceFHIRPathFunction
- Specified by:
getMaxArity
in classFHIRPathAbstractFunction
-
-