Uses of Record Class
com.cta4j.bus.pattern.model.PatternPoint
Packages that use PatternPoint
-
Uses of PatternPoint in com.cta4j.bus.pattern.model
Methods in com.cta4j.bus.pattern.model that return types with arguments of type PatternPointModifier and TypeMethodDescription@Nullable List<PatternPoint> RoutePattern.detourPoints()Returns the value of thedetourPointsrecord component.RoutePattern.points()Returns the value of thepointsrecord component.Constructor parameters in com.cta4j.bus.pattern.model with type arguments of type PatternPointModifierConstructorDescriptionRoutePattern(String id, int length, String direction, List<PatternPoint> points, @Nullable String detourId, @Nullable List<PatternPoint> detourPoints) Constructs aRoutePattern.