Uses of Class
ca.phon.ipa.tree.IpaTernaryTreeNode
Packages that use IpaTernaryTreeNode
-
Uses of IpaTernaryTreeNode in ca.phon.ipa.tree
Methods in ca.phon.ipa.tree that return IpaTernaryTreeNodeModifier and TypeMethodDescriptionIpaTernaryTreeNode.getCenter()IpaTernaryTreeNode.getChild(IpaTernaryTreeNode.Position position) IpaTernaryTreeNode.getLeft()IpaTernaryTreeNode.getParent()IpaTernaryTreeNode.getRight()IpaTernaryTree.getRoot()Methods in ca.phon.ipa.tree with parameters of type IpaTernaryTreeNodeModifier and TypeMethodDescriptionvoidIpaTernaryTreeNode.setCenter(IpaTernaryTreeNode<V> center) voidIpaTernaryTreeNode.setChild(IpaTernaryTreeNode<V> child, IpaTernaryTreeNode.Position position) voidIpaTernaryTreeNode.setLeft(IpaTernaryTreeNode<V> left) voidIpaTernaryTreeNode.setParent(IpaTernaryTreeNode<V> parent) voidIpaTernaryTreeNode.setRight(IpaTernaryTreeNode<V> right) booleanIpaTernaryTreeNodeVisitor.visit(IpaTernaryTreeNode<V> node) Accept the given tree nodeConstructors in ca.phon.ipa.tree with parameters of type IpaTernaryTreeNodeModifierConstructorDescriptionIpaTernaryTreeNode(IpaTernaryTreeNode<V> parent, IPAElement ele) IpaTernaryTreeNode(IpaTernaryTreeNode<V> parent, IPAElement ele, V value)