Class COST
java.lang.Object
|
+--COST
- public abstract class COST
- extends java.lang.Object
COST.java
Created: Wed Jun 7 16:53:27 2000
Constructor Summary |
COST()
|
Method Summary |
static Attribute |
and(java.util.HashSet attributes)
Takes a Collection of COST attributes, returns a single new
COST attribute that reflects the values of AND applied to the
Collection. |
static void |
main(java.lang.String[] args)
|
static java.lang.String |
max(java.lang.String s,
java.util.Collection stringValues)
|
static java.lang.String |
min(java.lang.String s,
java.util.Collection stringValues)
|
static Attribute |
or(java.util.Collection attributes)
Takes a Collection of COST attributes, returns a single new
COST attribute that reflects the values of AND applied to the
Collection. |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
COST
public COST()
and
public static Attribute and(java.util.HashSet attributes)
- Takes a Collection of COST attributes, returns a single new
COST attribute that reflects the values of AND applied to the
Collection.
or
public static Attribute or(java.util.Collection attributes)
- Takes a Collection of COST attributes, returns a single new
COST attribute that reflects the values of AND applied to the
Collection.
min
public static java.lang.String min(java.lang.String s,
java.util.Collection stringValues)
max
public static java.lang.String max(java.lang.String s,
java.util.Collection stringValues)
main
public static void main(java.lang.String[] args)