net.sf.myra.antree.representation
Class LevelBranchEncoder

java.lang.Object
  extended by net.sf.myra.antree.representation.LevelBranchEncoder
All Implemented Interfaces:
BranchEncoder

public class LevelBranchEncoder
extends java.lang.Object
implements BranchEncoder

Version:
$Revision: 2320 $ $Date:: 2011-01-25 13:06:10#$
Author:
Fernando Esteban Barril Otero

Constructor Summary
LevelBranchEncoder()
           
 
Method Summary
 int encode(Branch branch)
          Returns the code of the specified branch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelBranchEncoder

public LevelBranchEncoder()
Method Detail

encode

public int encode(Branch branch)
Description copied from interface: BranchEncoder
Returns the code of the specified branch.

Specified by:
encode in interface BranchEncoder
Parameters:
branch - the branch to encode.
Returns:
the code of the specified branch.


Copyright © 2013. All Rights Reserved.