Uses of Class
com.foursoft.harness.vec.v113.VecAliasIdentification
Packages that use VecAliasIdentification
-
Uses of VecAliasIdentification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecAliasIdentificationModifier and TypeFieldDescriptionprotected List<VecAliasIdentification>VecGeometryNode.aliasIdsSpecifies additional identifiers for the GeometryNode.protected List<VecAliasIdentification>VecGeometrySegment.aliasIdsSpecifies additional identifiers for the GeometrySegment.protected List<VecAliasIdentification>VecOccurrenceOrUsage.aliasIdsRoom to specify additional identifiers for the OccurrenceOrUsage.protected List<VecAliasIdentification>VecOccurrenceOrUsageViewItem2D.aliasIdsSpecifies additional identifiers for the OccurrenceOrUsageViewItem2D.protected List<VecAliasIdentification>VecOccurrenceOrUsageViewItem3D.aliasIdsSpecifies additional identifiers for the OccurrenceOrUsageViewItem3D.protected List<VecAliasIdentification>VecPartVersion.aliasIdsRoom to specify additional identifiers for the PartVersion.protected List<VecAliasIdentification>VecPerson.aliasIdsSpecifies identifiers for thePersonin different contexts.protected List<VecAliasIdentification>VecSignal.aliasIdsSpecifies additional identifiers for theSignal.protected List<VecAliasIdentification>VecTopologyNode.aliasIdsSpecifies additional identifiers for the TopologyNode.protected List<VecAliasIdentification>VecTopologySegment.aliasIdsSpecifies additional identifiers for the TopologySegment.Methods in com.foursoft.harness.vec.v113 that return VecAliasIdentificationModifier and TypeMethodDescriptionObjectFactory.createVecAliasIdentification()Create an instance ofVecAliasIdentificationMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecAliasIdentificationModifier and TypeMethodDescriptionVecGeometryNode.getAliasIds()Gets the value of the aliasIds property.VecGeometrySegment.getAliasIds()Gets the value of the aliasIds property.VecOccurrenceOrUsage.getAliasIds()Gets the value of the aliasIds property.VecOccurrenceOrUsageViewItem2D.getAliasIds()Gets the value of the aliasIds property.VecOccurrenceOrUsageViewItem3D.getAliasIds()Gets the value of the aliasIds property.VecPartVersion.getAliasIds()Gets the value of the aliasIds property.VecPerson.getAliasIds()Gets the value of the aliasIds property.VecSignal.getAliasIds()Gets the value of the aliasIds property.VecTopologyNode.getAliasIds()Gets the value of the aliasIds property.VecTopologySegment.getAliasIds()Gets the value of the aliasIds property. -
Uses of VecAliasIdentification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecAliasIdentificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecAliasIdentification(VecAliasIdentification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecAliasIdentification(VecAliasIdentification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecAliasIdentification(VecAliasIdentification aBean) FunctionVisitor.visitVecAliasIdentification(VecAliasIdentification aBean) StrictBaseVisitor.visitVecAliasIdentification(VecAliasIdentification aBean) TraversingVisitor.visitVecAliasIdentification(VecAliasIdentification aBean) Visitor.visitVecAliasIdentification(VecAliasIdentification aBean)