org.vizzini.game.cardgame
Interface ISuit

All Superinterfaces:
Comparable, Serializable
All Known Implementing Classes:
AbstractSuit, DefaultSuit

public interface ISuit
extends Comparable, Serializable

Defines methods required by a suit for card games in the game framework.

Since:
v0.1
Version:
v0.1
Author:
Jeffrey M. Thompson

Method Summary
 void configure(Properties properties, int index)
          Configure this suit.
 String getName()
          Return the name.
 void setName(String name)
          Set the name.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setName

void setName(String name)
Set the name.

Since:
v0.1

getName

String getName()
Return the name.

Since:
v0.1

configure

void configure(Properties properties,
               int index)
Configure this suit.

Parameters:
properties - Source of configuration information.
index - Index of this suit's properties.
Since:
v0.1


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02