org.globus.cog.karajan.arguments
Class CommutativeVariableArguments

java.lang.Object
  extended by org.globus.cog.karajan.arguments.VariableArgumentsImpl
      extended by org.globus.cog.karajan.arguments.CommutativeVariableArguments
All Implemented Interfaces:
VariableArguments

public class CommutativeVariableArguments
extends VariableArgumentsImpl


Field Summary
 
Fields inherited from class org.globus.cog.karajan.arguments.VariableArgumentsImpl
EMPTY_ARRAY
 
Constructor Summary
CommutativeVariableArguments()
           
 
Method Summary
 boolean isCommutative()
           
 
Methods inherited from class org.globus.cog.karajan.arguments.VariableArgumentsImpl
addListener, append, appendAll, butFirst, copy, equals, get, getAll, getListeners, hashCode, isEmpty, iterator, merge, modified, removeFirst, removeListener, set, set, setListeners, size, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommutativeVariableArguments

public CommutativeVariableArguments()
Method Detail

isCommutative

public boolean isCommutative()
Specified by:
isCommutative in interface VariableArguments
Overrides:
isCommutative in class VariableArgumentsImpl