dip.judge.parser
Class PositionParser.PositionInfo

java.lang.Object
  extended bydip.judge.parser.PositionParser.PositionInfo
Enclosing class:
PositionParser

public static class PositionParser.PositionInfo
extends java.lang.Object

Details the position information


Constructor Summary
PositionParser.PositionInfo(java.lang.String power, java.lang.String unit, java.lang.String location)
          Creates a PositionInfo object
 
Method Summary
 java.lang.String getLocationName()
          Gets the location name
 java.lang.String getPowerName()
          Gets the Power
 java.lang.String getUnitName()
          Gets the Unit
 java.lang.String toString()
          For debugging only; this may change between versions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PositionParser.PositionInfo

public PositionParser.PositionInfo(java.lang.String power,
                                   java.lang.String unit,
                                   java.lang.String location)
Creates a PositionInfo object

Method Detail

getPowerName

public java.lang.String getPowerName()
Gets the Power


getUnitName

public java.lang.String getUnitName()
Gets the Unit


getLocationName

public java.lang.String getLocationName()
Gets the location name


toString

public java.lang.String toString()
For debugging only; this may change between versions.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.