Uses of Class
org.lemsml.jlems.core.selection.AbstractSelectionOperatorNode
-
Packages that use AbstractSelectionOperatorNode Package Description org.lemsml.jlems.core.selection -
-
Uses of AbstractSelectionOperatorNode in org.lemsml.jlems.core.selection
Subclasses of AbstractSelectionOperatorNode in org.lemsml.jlems.core.selection Modifier and Type Class Description classApplyPredicateNodeclassColonNodeclassComplementNodeclassIntersectionNodeclassSlashNodeclassUnionNodeFields in org.lemsml.jlems.core.selection with type parameters of type AbstractSelectionOperatorNode Modifier and Type Field Description (package private) static java.util.HashMap<java.lang.String,AbstractSelectionOperatorNode>SelectionParser. selOPHMMethods in org.lemsml.jlems.core.selection that return AbstractSelectionOperatorNode Modifier and Type Method Description abstract AbstractSelectionOperatorNodeAbstractSelectionOperatorNode. copy()AbstractSelectionOperatorNodeApplyPredicateNode. copy()AbstractSelectionOperatorNodeComplementNode. copy()AbstractSelectionOperatorNodeIntersectionNode. copy()AbstractSelectionOperatorNodeUnionNode. copy()Methods in org.lemsml.jlems.core.selection with parameters of type AbstractSelectionOperatorNode Modifier and Type Method Description intSelectionPrecedenceComparator. compare(AbstractSelectionOperatorNode a, AbstractSelectionOperatorNode b)
-