org.jbind.example.maze
Interface IRoom

All Superinterfaces:
IAnyTypeData, IComplexCCData, IComplexData, IRoomData
All Known Implementing Classes:
Room

public interface IRoom
extends IRoomData


Method Summary
 IExitData getExitByName(java.lang.String aName)
           
 
Methods inherited from interface org.jbind.example.maze.IRoomData
getName, iterExits
 
Methods inherited from interface org.jbind.xml.core.data.IAnyTypeData
accept_, acceptImpl_, addReferencedData_, createElement_, createElement_, equals, getAttribute_, getDataDesc_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_
 

Method Detail

getExitByName

public IExitData getExitByName(java.lang.String aName)