Documentation of 'ec.gp.GPAtomicType' Java class
GPAtomicType
ec.gp

Class GPAtomicType

  • All Implemented Interfaces:
    Clique, Setup, java.io.Serializable


    public final class GPAtomicType
    extends GPType
    A GPAtomicType is a simple, atomic GPType. For more information, see GPType.
    See Also:
    GPType, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      GPAtomicType()
      Don't use this constructor unless you call setup(...) immediately after it.
      GPAtomicType(java.lang.String n)
      Use this constructor for GPAtomic Type unless you know what you're doing
    • Constructor Detail

      • GPAtomicType

        public GPAtomicType(java.lang.String n)
        Use this constructor for GPAtomic Type unless you know what you're doing
      • GPAtomicType

        public GPAtomicType()
        Don't use this constructor unless you call setup(...) immediately after it.
    • Method Detail

      • compatibleWith

        public final boolean compatibleWith(GPInitializer initializer,
                                            GPType t)
        Description copied from class: GPType
        Am I compatible with ("fit" with) t? For two atomic types, this is done by direct pointer equality. For two set types, this is done by determining if the intersection is nonempty. A set type is compatible with an atomic type if it contains the atomic type in its set.
        Specified by:
        compatibleWith in class GPType

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.