Class StructuredDatatype

All Implemented Interfaces:
IDatatype, IDatatypeVisitable, IModelElement
Direct Known Subclasses:
Compound, Container, FreezeVariableType

public abstract class StructuredDatatype extends CustomDatatype
Class to specify the container and compound.
Author:
beck
  • Constructor Details

    • StructuredDatatype

      protected StructuredDatatype(String name, DelegatingType singleton, IModelElement parent)
      Constructor.
      Parameters:
      name - the name of the object.
      singleton - the instance which knows the operations
      parent - the object, in which this specific one is embedded