ptolemy.actor.gt
Class LocationType

java.lang.Object
  extended by ptolemy.data.type.StructuredType
      extended by ptolemy.data.type.RecordType
          extended by ptolemy.actor.gt.LocationType
All Implemented Interfaces:
Type

public class LocationType
extends RecordType

Since:
Ptolemy II 6.1
Version:
$Id: LocationType.java,v 1.1.2.4 2008/03/25 22:12:09 cxh Exp $
Author:
Thomas Huining Feng
Accepted Rating:
Red (tfeng)
Proposed Rating:
Red (tfeng)

Field Summary
static LocationType LOCATION
           
 
Fields inherited from class ptolemy.data.type.StructuredType
MAXDEPTHBOUND
 
Fields inherited from interface ptolemy.data.type.Type
HASH_INVALID, HASH_MAX
 
Constructor Summary
LocationType()
           
 
Method Summary
 
Methods inherited from class ptolemy.data.type.RecordType
_compare, _getRepresentative, _greatestLowerBound, _leastUpperBound, clone, convert, depth, equals, get, getTokenClass, getTypeTerm, hashCode, initialize, isAbstract, isCompatible, isConstant, isInstantiable, isSubstitutionInstance, labelSet, toString, updateType
 
Methods inherited from class ptolemy.data.type.StructuredType
add, divide, getTypeHash, modulo, multiply, one, subtract, zero
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOCATION

public static final LocationType LOCATION
Constructor Detail

LocationType

public LocationType()