org.asyrinx.joey.gen.model.command
クラス CompositeCommand
java.lang.Object
org.asyrinx.joey.gen.model.command.Command
org.asyrinx.joey.gen.model.command.CompositeCommand
- すべての実装インタフェース:
- ElementVisitor
- 直系の既知のサブクラス:
- JavaCheckCommands, StandardCommands
- public class CompositeCommand
- extends Command
- 作成者:
- akima
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeCommand
public CompositeCommand()
execute
public void execute(Element element)
- オーバーライド:
- クラス
Command
内の execute
add
public boolean add(Command o)
- パラメータ:
o
-
- 戻り値:
clear
public void clear()
contains
public boolean contains(Command o)
- パラメータ:
o
-
- 戻り値:
get
public Command get(int index)
- パラメータ:
index
-
- 戻り値:
indexOf
public int indexOf(Command o)
- パラメータ:
o
-
- 戻り値:
isEmpty
public boolean isEmpty()
- 戻り値:
iterator
public java.util.Iterator iterator()
- 戻り値:
remove
public boolean remove(Command o)
- パラメータ:
o
-
- 戻り値:
size
public int size()
- 戻り値:
Copyright © 2004-2005 asyrinx organization. All Rights Reserved.