org.nodal.model
Interface OpInsertAfter

All Superinterfaces:
Operator, SequenceOp

public interface OpInsertAfter
extends SequenceOp

Operator for SequenceEditor.insertAfter method.

Author:
Lee Iverson
See Also:
SequenceNode, SequenceNode.Editor

Method Summary
 int index()
          Index after which the value will be inserted.
 java.lang.Object value()
          Value to be inserted into sequence.
 

Method Detail

index

public int index()
Index after which the value will be inserted.


value

public java.lang.Object value()
Value to be inserted into sequence.