Uses of Class
org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.Queue.QueueNode
-
Packages that use Queue.QueueNode Package Description org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree -
-
Uses of Queue.QueueNode in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree
Fields in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree declared as Queue.QueueNode Modifier and Type Field Description protected Queue.QueueNodeQueue. m_HeadStore a reference to the head of the queueprotected Queue.QueueNodeQueue.QueueNode. m_NextThe next node in the queueprotected Queue.QueueNodeQueue. m_TailStore a reference to the tail of the queueMethods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree that return Queue.QueueNode Modifier and Type Method Description Queue.QueueNodeQueue.QueueNode. next()Gets the next node in the queue.Queue.QueueNodeQueue.QueueNode. next(Queue.QueueNode next)Sets the next node in the queue, and returns it.Methods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type Queue.QueueNode Modifier and Type Method Description Queue.QueueNodeQueue.QueueNode. next(Queue.QueueNode next)Sets the next node in the queue, and returns it.
-