eu.bandm.sig.absy
Class DimensionProduct

java.lang.Object
  extended by eu.bandm.sig.absy.Dimension
      extended by eu.bandm.sig.absy.DimensionProduct
All Implemented Interfaces:
Cloneable

public class DimensionProduct
extends Dimension


Field Summary
protected  CheckedList<Dimension> components
           
static Function<DimensionProduct,CheckedList<Dimension>> get_components
           
 
Fields inherited from class eu.bandm.sig.absy.Dimension
get_locator, locator
 
Constructor Summary
DimensionProduct()
           
 
Method Summary
 void descend_components(MATCH_ONLY_00 visitor)
           
 DimensionProduct doclone()
           
 CheckedList<Dimension> get_components()
           
static String getFormatHint()
           
 DimensionProduct initFrom(Object o0)
           
 void set_components(CheckedList<Dimension> val)
           
 
Methods inherited from class eu.bandm.sig.absy.Dimension
get_locator, set_locator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

components

protected CheckedList<Dimension> components

get_components

public static Function<DimensionProduct,CheckedList<Dimension>> get_components
Constructor Detail

DimensionProduct

public DimensionProduct()
Method Detail

doclone

public DimensionProduct doclone()
Overrides:
doclone in class Dimension

getFormatHint

public static String getFormatHint()

initFrom

public DimensionProduct initFrom(Object o0)
Overrides:
initFrom in class Dimension

get_components

public CheckedList<Dimension> get_components()

set_components

public void set_components(CheckedList<Dimension> val)

descend_components

public void descend_components(MATCH_ONLY_00 visitor)