Uses of Class
wt.step.processor.stepParser.StepData

Packages that use StepData
wt.step.processor   
wt.step.processor.stepParser   
 

Uses of StepData in wt.step.processor
 

Fields in wt.step.processor declared as StepData
private  StepData EntityTraverser._stepData
           
 

Methods in wt.step.processor that return StepData
 StepData ImportTestHarness.StepFileContent.toStepData()
           
 

Methods in wt.step.processor with parameters of type StepData
static void WTImportService.setInstanceAttributes(Persistable wtObject, StepEntity stepObject, ExpressSchema wtSchema, StepData dataForEntityReferences)
          Given a parse StepEntity and its corresponding imported Windchill instance set all the attributes it has values for.
protected static Object WTImportService.convertToEnumTypeValue(Object rawValue, String enumTypeName, ExpressSchema wtSchema, StepData dataForEntityRefs)
          Takes a parsed value for an enumeration type ( result of EnumeratedType.getStringValue() ) and converts it into a Windchill enumeration type value.
 void ImportFromP21Processor.importStepData(StepData p21data, ImportScheme importSchemeForVersions, String importFolder, String[] importFilesList, ManagedBaseline baseline)
          Import Windchill Schema data from a Part21 data set
private  void ImportFromP21Processor.importIterations(StepData p21data)
          Looks through the objects in the StepData for PartVersion subclasses which will be instantiated.
private  void ImportFromP21Processor.importLinks(StepData p21data)
           
private  ObjectToObjectLink ImportFromP21Processor.importLink(StepEntity stepLink, StepData sd)
          Extracts the required information from the Step Data to enable a new link to be created, or an existing instance to be updated.
 

Constructors in wt.step.processor with parameters of type StepData
EntityTraverser(ExpressSchema schemaForEntitiesInTraversal, StepData stepDataToTraverse)
           
 

Uses of StepData in wt.step.processor.stepParser
 

Fields in wt.step.processor.stepParser declared as StepData
private static StepData STEPParser._theStepData
           
 

Methods in wt.step.processor.stepParser with parameters of type StepData
static void STEPParser.parseSTEP(StepData stepData)
          Grammar
 Object StepEntity.getAttribute(String attributeName, ExpressSchema schemaOfEntity, StepData dataForResolvingEntityReferences)
           
 void StepEntity.resolveEntityReferences(StepData stepData)
          Modifies attributes of this Entity by resolving EntityReferences into the StepEntities that they refernce
private  void StepEntity.resolveEntityReferences(Vector vector, StepData stepData)
          Modifies the contents of the Vector to resolve any EntityReferences in it into the StepEntities that they reference.
 StepEntity EntityReference.resolve(StepData stepData)