org.globus.cog.karajan.util
Class ChannelIdentifier

java.lang.Object
  extended by org.globus.cog.karajan.util.Identifier
      extended by org.globus.cog.karajan.util.ChannelIdentifier

public class ChannelIdentifier
extends Identifier


Constructor Summary
ChannelIdentifier(String name)
           
ChannelIdentifier(String name, boolean commutative)
           
 
Method Summary
 boolean isCommutative()
           
 
Methods inherited from class org.globus.cog.karajan.util.Identifier
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelIdentifier

public ChannelIdentifier(String name)

ChannelIdentifier

public ChannelIdentifier(String name,
                         boolean commutative)
Method Detail

isCommutative

public boolean isCommutative()