Class AqlPath.AqlNode
java.lang.Object
org.ehrbase.openehr.sdk.aql.webtemplatepath.AqlPath.AqlNode
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AqlPath
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAqlNode(String name, String atCode, PredicateLogicalAndOperation otherPredicates) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendFormat(StringBuilder sb, AqlPath.OtherPredicatesFormat otherPredicatesFormat) booleanbooleanequals(AqlPath.AqlNode o, boolean withOtherPredicates) findOtherPredicate(String name) getName()inthashCode()withAtCode(String atCode) withNameValue(String nameValue)