Class LocationType

  • All Implemented Interfaces:
    java.lang.Cloneable, Type

    public class LocationType
    extends RecordType
    A type of tokens for x-y locations.
    Since:
    Ptolemy II 8.0
    Version:
    $Id$
    Author:
    Thomas Huining Feng
    Pt.AcceptedRating:
    Red (tfeng)
    Pt.ProposedRating:
    Yellow (tfeng)
    • Constructor Detail

      • LocationType

        public LocationType()
        Construct a location type as a record type with x and y fields, which are both integers.