|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.zone.ZoneSector
public class ZoneSector
Method Summary | |
---|---|
void |
add(MCard card)
Add a card to the end of list. |
java.util.List<AbstractCard> |
getCards()
Return the cards in this sector. |
java.lang.Object |
getConstraint()
The container constraint of this sector. |
Test |
getTest()
The sector test. |
boolean |
remove(AbstractCard card)
Remove the card from the list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object getConstraint()
public Test getTest()
public java.util.List<AbstractCard> getCards()
public void add(MCard card)
card
- the card to add.public boolean remove(AbstractCard card)
card
- the card to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |