Uses of Class
dip.world.RuleOptions.OptionValue

Packages that use RuleOptions.OptionValue
dip.world   
 

Uses of RuleOptions.OptionValue in dip.world
 

Fields in dip.world declared as RuleOptions.OptionValue
static RuleOptions.OptionValue RuleOptions.VALUE_TRUE
          TRUE (Boolean) OptionValue
static RuleOptions.OptionValue RuleOptions.VALUE_FALSE
          FALSE (Boolean) OptionValue
static RuleOptions.OptionValue RuleOptions.VALUE_BUILDS_HOME_ONLY
           
static RuleOptions.OptionValue RuleOptions.VALUE_BUILDS_ANY_OWNED
           
static RuleOptions.OptionValue RuleOptions.VALUE_BUILDS_ANY_IF_HOME_OWNED
           
static RuleOptions.OptionValue RuleOptions.VALUE_WINGS_ENABLED
           
static RuleOptions.OptionValue RuleOptions.VALUE_WINGS_DISABLED
           
static RuleOptions.OptionValue RuleOptions.VALUE_PATHS_EXPLICIT
           
static RuleOptions.OptionValue RuleOptions.VALUE_PATHS_IMPLICIT
           
static RuleOptions.OptionValue RuleOptions.VALUE_PATHS_EITHER
           
protected  RuleOptions.OptionValue[] RuleOptions.Option.allowed
           
protected  RuleOptions.OptionValue RuleOptions.Option.defaultValue
           
 

Methods in dip.world that return RuleOptions.OptionValue
 RuleOptions.OptionValue RuleOptions.getOptionValue(RuleOptions.Option option)
          Obtains the value for an Option.
 RuleOptions.OptionValue RuleOptions.Option.getDefault()
          Returns the default Option value.
 RuleOptions.OptionValue[] RuleOptions.Option.getAllowed()
          Returns the allowed Option values.
 

Methods in dip.world with parameters of type RuleOptions.OptionValue
 void RuleOptions.setOption(RuleOptions.Option option, RuleOptions.OptionValue value)
          Sets the OptionValue for an Option.
 boolean RuleOptions.Option.isAllowed(RuleOptions.OptionValue optionValue)
          Checks if the given optionValue is allowed.
 boolean RuleOptions.Option.checkValue(RuleOptions.OptionValue value)
          Checks if the given OptionValue is permitted; if so, returns true.
 

Constructors in dip.world with parameters of type RuleOptions.OptionValue
RuleOptions.Option(java.lang.String name, RuleOptions.OptionValue defaultValue, RuleOptions.OptionValue[] allowed)
          Create an Option.
 



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