alice.luce
Class TupleCentreId

java.lang.Object
  |
  +--alice.respect.TupleCentreId
        |
        +--alice.luce.TupleCentreId
All Implemented Interfaces:
java.io.Serializable, TupleCentreId

public class TupleCentreId
extends TupleCentreId

tuple centre identifier for logic tuple centres, described in term of a name (string).

See Also:
Serialized Form

Fields inherited from class alice.respect.TupleCentreId
name
 
Constructor Summary
TupleCentreId()
          constructs a default tuple centre id
TupleCentreId(java.lang.String name)
          constructs a generic tuple centre id, specifying name
 
Methods inherited from class alice.respect.TupleCentreId
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TupleCentreId

public TupleCentreId()
constructs a default tuple centre id

TupleCentreId

public TupleCentreId(java.lang.String name)
constructs a generic tuple centre id, specifying name