|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.filewrappers.CMXFileWrapper
jp.crestmuse.cmx.filewrappers.MusicApexWrapper
public class MusicApexWrapper
フィールドの概要 | |
---|---|
static java.lang.String |
TOP_TAG
|
クラス jp.crestmuse.cmx.filewrappers.CMXFileWrapper から継承されたフィールド |
---|
catalogFileName, linkmanager |
コンストラクタの概要 | |
---|---|
MusicApexWrapper()
|
メソッドの概要 | |
---|---|
protected void |
analyze()
This method defines the initial processing required for extracting information from the XML document. |
static MusicApexWrapper |
createMusicApexWrapperFor(MusicXMLWrapper musicxml)
|
java.lang.String |
getAspect()
何に注目した音楽構造かを返します。 |
java.util.List<jp.crestmuse.cmx.filewrappers.MusicApexWrapper.ApexWrapedGroup> |
getBreadthFirstView()
幅優先探索でグループを格納したリストを返します。 |
java.util.List<jp.crestmuse.cmx.filewrappers.MusicApexWrapper.ApexWrapedGroup> |
getDepthFirstGroupView()
深さ優先探索でグループを格納したリストを返します。 |
MusicXMLWrapper |
getTargetMusicXML()
|
java.lang.String |
getTargetMusicXMLFileName()
|
static void |
main(java.lang.String[] args)
|
static void |
printNodeStat(org.w3c.dom.Node n)
推奨されていません。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final java.lang.String TOP_TAG
コンストラクタの詳細 |
---|
public MusicApexWrapper()
メソッドの詳細 |
---|
public static MusicApexWrapper createMusicApexWrapperFor(MusicXMLWrapper musicxml)
public MusicXMLWrapper getTargetMusicXML() throws java.io.IOException
java.io.IOException
public java.lang.String getTargetMusicXMLFileName()
public java.util.List<jp.crestmuse.cmx.filewrappers.MusicApexWrapper.ApexWrapedGroup> getDepthFirstGroupView()
public java.util.List<jp.crestmuse.cmx.filewrappers.MusicApexWrapper.ApexWrapedGroup> getBreadthFirstView()
public java.lang.String getAspect()
protected void analyze() throws java.io.IOException
CMXFileWrapper
の記述: This method defines the initial processing required for extracting information from the XML document. This is called by the runAll() method in the CMXCommand class after readfile() method before run() method. The default implementation does not do anything.
このメソッドでは, XMLドキュメントから情報を取り出す上で必要な初期の処理を 記述します. これは, CMXCommandクラスのrunAll()メソッドから, readfile()メソッドの後, run()メソッドの前に呼び出されます. デフォルトの実装では何もしません.
CMXFileWrapper
内の analyze
java.io.IOException
public static void main(java.lang.String[] args)
@Deprecated public static void printNodeStat(org.w3c.dom.Node n)
n
- Note
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |