package xadl; import java.util.ArrayList; public class xADL { public xADL() { } public Architecture architecture = new Architecture(); /** ComponentTypes or ConnectorTypes implement the "AttachableBrickType" interface and can be contained in 'attachables" list **/ public ArrayList attachableTypes = new ArrayList(); }