Uses of Class
com.foursoft.harness.vec.v113.VecLocation
Packages that use VecLocation
-
Uses of VecLocation in com.foursoft.harness.vec.v113
Subclasses of VecLocation in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassSpecifies a TopologyNode as a Location.classSpecifies a point on a TopologySegment as a Location.Fields in com.foursoft.harness.vec.v113 declared as VecLocationModifier and TypeFieldDescriptionprotected VecLocationVecOnWayPlacement.endLocationprotected VecLocationVecOnWayPlacement.startLocationFields in com.foursoft.harness.vec.v113 with type parameters of type VecLocationModifier and TypeFieldDescriptionprotected List<VecLocation>VecDimension.definedLocationsprotected List<VecLocation>VecOnPointPlacement.locationsMethods in com.foursoft.harness.vec.v113 that return VecLocationModifier and TypeMethodDescriptionVecOnWayPlacement.getEndLocation()Gets the value of the endLocation property.VecOnWayPlacement.getStartLocation()Gets the value of the startLocation property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecLocationModifier and TypeMethodDescriptionVecDimension.getDefinedLocations()Gets the value of the definedLocations property.VecOnPointPlacement.getLocations()Gets the value of the locations property.VecPlacementPointReference.getRefLocation()Gets aSetof allVecLocationthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.Methods in com.foursoft.harness.vec.v113 with parameters of type VecLocationModifier and TypeMethodDescriptionvoidVecOnWayPlacement.setEndLocation(VecLocation value) Sets the value of the endLocation property.voidVecOnWayPlacement.setStartLocation(VecLocation value) Sets the value of the startLocation property.