Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.model
Interface AddedSongBlock  view AddedSongBlock download AddedSongBlock.java

All Superinterfaces:
SongBlock, SongMember

public interface AddedSongBlock
extends SongBlock

This interface represents a SongBlock that is added to the song only for a particular Variation.


Method Summary
 Variation getAddingVariation()
          Get the Variation in which this block is added.
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongBlock
getIndentLevel, getLineCount, getNextLine, getNthLine, getPreviousLine, getSerializableID, insertLineAfter, insertLineBefore, removeLine, setIndentLevel
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongMember
getSong, isDefunct
 

Method Detail

getAddingVariation

public Variation getAddingVariation()
Get the Variation in which this block is added.