eu.bandm.sig.absy
Class Product

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

public class Product
extends AggregateType


Field Summary
 
Fields inherited from class eu.bandm.sig.absy.AggregateType
components, get_components, get_open, 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
protected Product()
           
  Product(boolean open)
           
 
Method Summary
 Product doclone()
           
static String getFormatHint()
           
 Product initFrom(Object o0)
           
 
Methods inherited from class eu.bandm.sig.absy.AggregateType
descend_components, get_components, get_open, put_components, set_components, set_open
 
Methods inherited from class eu.bandm.sig.absy.Type
format
 
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

Product

public Product(boolean open)

Product

protected Product()
Method Detail

doclone

public Product doclone()
Overrides:
doclone in class AggregateType

getFormatHint

public static String getFormatHint()

initFrom

public Product initFrom(Object o0)
Overrides:
initFrom in class AggregateType