coins.sym
クラス SymInf

java.lang.Object
  |
  +--coins.sym.SymInf

public class SymInf
extends java.lang.Object

SymInf Symbol information class to represent additional information of symbol.


コンストラクタの概要
SymInf()
           
 
メソッドの概要
 int getDerivedSymCount()
          getDerivedSymCount
 Sym getOriginalSym()
           
 int incrementDerivedSymCount()
          incrementDerivedSymCount Increment the derived symbol count and return it.
 void setOriginalSym(Sym pOriginalSym)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SymInf

public SymInf()
メソッドの詳細

getDerivedSymCount

public int getDerivedSymCount()
getDerivedSymCount

戻り値:
the derived symbol count of this symbol.

incrementDerivedSymCount

public int incrementDerivedSymCount()
incrementDerivedSymCount Increment the derived symbol count and return it.

戻り値:
the derived symbol count incremented.

getOriginalSym

public Sym getOriginalSym()

setOriginalSym

public void setOriginalSym(Sym pOriginalSym)