java.lang.Object
de.grogra.xl.impl.queues.QueueDescriptor<GraphQueue>
de.grogra.xl.impl.base.GraphQueue.DeleteNodeDescriptor
- Enclosing class:
- GraphQueue
-
Field Summary
Fields inherited from class de.grogra.xl.impl.queues.QueueDescriptor
DESCRIPTOR_0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a newQueue
.protected QueueDescriptor[]
Returns the descriptors of queues which are to be applied after the queue of this descriptor.protected QueueDescriptor[]
Returns the descriptors of queues which are to be applied before the queue of this descriptor.Methods inherited from class de.grogra.xl.impl.queues.QueueDescriptor
addOrder, equals, hashCode
-
Constructor Details
-
DeleteNodeDescriptor
public DeleteNodeDescriptor()
-
-
Method Details
-
queuesToProcessBefore
Description copied from class:QueueDescriptor
Returns the descriptors of queues which are to be applied before the queue of this descriptor.- Specified by:
queuesToProcessBefore
in classQueueDescriptor<GraphQueue>
- Returns:
- descriptors of queues to be applied before this descriptor's queue
- See Also:
-
queuesToProcessAfter
Description copied from class:QueueDescriptor
Returns the descriptors of queues which are to be applied after the queue of this descriptor.- Specified by:
queuesToProcessAfter
in classQueueDescriptor<GraphQueue>
- Returns:
- descriptors of queues to be applied after this descriptor's queue
- See Also:
-
createQueue
Description copied from class:QueueDescriptor
Creates a newQueue
. This method is invoked byQueueCollection.getQueue(QueueDescriptor)
.- Specified by:
createQueue
in classQueueDescriptor<GraphQueue>
- Parameters:
qc
- the invokingQueueCollection
- Returns:
- a new
Queue
instance corresponding to this descriptor
-