eu.bandm.sig.absy
Class TProduct

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Type
          extended by eu.bandm.sig.absy.FamilyType
              extended by eu.bandm.sig.absy.TProduct
All Implemented Interfaces:
Formattable, Cloneable

public class TProduct
extends FamilyType


Field Summary
 
Fields inherited from class eu.bandm.sig.absy.FamilyType
elems, get_elems, get_open, open, set_elems, set_open
 
Fields inherited from class eu.bandm.sig.absy.Absy
get_location, location, set_location
 
Fields inherited from interface eu.bandm.tools.format.Formattable
format
 
Constructor Summary
TProduct(boolean open)
           
 
Method Summary
 TProduct doclone()
           
 Format format()
           
static String getFormatHint()
           
 TProduct initFrom(Object o0)
           
 
Methods inherited from class eu.bandm.sig.absy.FamilyType
containsKey_elems, descend_elems, get_elems, get_open, put_elems, set_elems, set_open
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TProduct

public TProduct(boolean open)
Method Detail

doclone

public TProduct doclone()
Overrides:
doclone in class FamilyType

getFormatHint

public static String getFormatHint()

format

public Format format()
Specified by:
format in interface Formattable
Overrides:
format in class FamilyType

initFrom

public TProduct initFrom(Object o0)
Overrides:
initFrom in class FamilyType