com.ptc.wgmecad.ecad
Class ECADAttributes

java.lang.Object
  extended bycom.ptc.wgmecad.ecad.ECADAttributes

public class ECADAttributes
extends Object


Field Summary
private  Vector assemblyAttributesDefinition
           
private  Vector boardAttributesDefinition
           
private  Vector schematicAttributesDefinition
           
private  Vector sourceAttributesDefinition
           
 
Constructor Summary
ECADAttributes()
           
 
Method Summary
 Vector getAttributes(String type)
           
private  void parse(String string)
           
 void parseAttributesDefinition(File attributeDefinitionFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assemblyAttributesDefinition

private Vector assemblyAttributesDefinition

boardAttributesDefinition

private Vector boardAttributesDefinition

sourceAttributesDefinition

private Vector sourceAttributesDefinition

schematicAttributesDefinition

private Vector schematicAttributesDefinition
Constructor Detail

ECADAttributes

public ECADAttributes()
Method Detail

getAttributes

public Vector getAttributes(String type)

parse

private void parse(String string)
            throws IllegalArgumentException
Throws:
IllegalArgumentException

parseAttributesDefinition

public void parseAttributesDefinition(File attributeDefinitionFile)
                               throws IllegalArgumentException,
                                      FileNotFoundException,
                                      IOException
Throws:
IllegalArgumentException
FileNotFoundException
IOException